View Single Post
  #7 (permalink)  
Old Aug 14th, 2007, 20:37
moojoo's Avatar
moojoo moojoo is offline
Moderator
Join Date: Aug 2005
Location: Texas
Posts: 2,020
Blog Entries: 1
Thanks: 0
Thanked 33 Times in 33 Posts
Re: Is CSS always like this?

Well conditional comments will certainly help ease your pain and keep things structured. Make style sheets specific to IE etc. I personally like to organize my style sheets into sections such as:

Global styles such as typography etc..

Link Styles

Classes

Layout styles

Utility styles

Then I make a sheet just for IE which is a completely separate file containing ONLY those elements which need tweaking in IE so it is usually a very small file.
__________________
I hate IE 6. Just sayin....
Reply With Quote