![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'd like to do a bit of a survey and get people's opinions. There are a number of methods of adding CSS to your documents. The first choice is whether to put them in the page, or remotely. Let's assume that everyone uses remote style sheets, which make websites much easier to maintain. Let's also assume that everyone has problems with Netscape 4, which I don't think is unfair. So this leaves us with the following approaches: 1) A single remote stylesheet via a LINK tag, marked MEDIUM="ALL" to hide it from Netscape 4. 2) Two or more remote stylesheets via LINK tags, one marked MEDIUM="ALL" to hide it from Netscape 4, the other(s) not. 3) A single remote stylesheet via a LINK tag, with some of the content hidden from Netscape 4 with Netscape-bug-exploiting comments. 4) A single remote stylesheet via a LINK tag, plus a STYLE section containing one or more @IMPORT statements. 5) A single remote stylesheet via a LINK tag, the remote stylesheet containing one or more @IMPORT statements. Have I covered all the possibilities? |
|
What I'd like to know is which approach you use, and why? |
#3
| |||
| |||
|
|
stylesheet via a LINK tag, marked MEDIUM="ALL" media="all" (use the Latin plural, which is now an English singular or plural noun) |
|
Have I covered all the possibilities? No, there are others. |
#4
| |||
| |||
|
|
Brian <usenet3 (AT) julietremblay (DOT) com.invalid> wrote stylesheet via a LINK tag, marked MEDIUM="ALL" media="all" (use the Latin plural, which is now an English singular or plural noun) How silly of me, yes thanks for pointing that out. Have I covered all the possibilities? No, there are others. Well call me argumentative but -- which? Please let me/us know. I couldn't think of any. And please, anyone else, join in. I was hoping to get a lot of opinions on this. |
![]() |
| Thread Tools | |
| Display Modes | |
| |