Re: [IUG] Introduction


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Welch, Andrew wrote:
To add another stylesheet, try something like this in the STYLESHEET
wwwoption:

/screens/mystyles.css" /><link rel="stylesheet" type="text/css"
href="/screens/morestyles.css

Of course, a better option would be to simply use includes in the mystyles.css file, like so:

---
@import url("base.css");
@import url("screen.css") screen;
@import url("print.css") print;
---

That way, you don't violate III's way of doing things, but you get to have your cake and eat it too. :) Than again, that doesn't give you a clean/easy way to include IE6-only fixes, so you'll either have to:

1) Use your additional stylesheet trick to add conditional comments[1]
2) Include all the IE6-only fixes below using a CSS filter [2]

Thanks for the tip though! I imagine I'll be using the WWWOptions in the manner you've described quite a bit!

Regards,
Tyson


[1] <http://www.quirksmode.org/css/condcom.html>
[2] <http://centricle.com/ref/css/filters/>


--
Tyson Tate
Student Assistant / Web Developer
Robert E. Kennedy Library
Cal Poly University