Topic: Linking Css (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: Fresno,Ca USA |
posted 09-27-2002 21:57
im not sure the correct way to make this statement but here it is |
Bipolar (III) Inmate From: Berlin (almost) |
posted 09-27-2002 22:10
VC: So if I got you right you want one of your tables to have a transparent background, yes? |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 09-27-2002 22:12
I believe it should be background-color:none; ... though I may very well be wrong. |
Bipolar (III) Inmate From: Berlin (almost) |
posted 09-27-2002 22:22
I'm pretty sure that "transparent" works in IE 6, but if it doesn't in other browsers it's of course well worth trying "none" instead. |
Maniac (V) Inmate From: Cell 666 |
posted 09-27-2002 22:28
A quick way to do this for an textbox (I'm assuming that's what you want this for) is to just embed it right into the tag, like so: |
Obsessive-Compulsive (I) Inmate From: Fresno,Ca USA |
posted 09-28-2002 04:55
Thanks guys i really do appreciate all the help you have given me. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 09-28-2002 13:44
Vincent Charles: From your question you seem to be asking you to link to an external CSS file and you can do this using: code: <link rel="stylesheet" type="text/css" href="css/my_css.css" />
|