skip to main
|
skip to sidebar
Tech Notes
Wednesday, July 22, 2009
Multiple CSS classes in Internet Explorer 6
When a chain of classes is used in a CSS selector IE6 only uses the last class. For example:
div.foo.bar{color: red}
IE6 will apply this rule to <div class="bar"> when it should only apply to <div class="foo bar">.
Sources
http://www.ryanbrill.com/archives/multiple-classes-in-ie/
No comments:
Post a Comment
Newer Post
Older Post
Home
Search This Blog
About Me
Toro Hill
Freelance Web Developer.
http://karere.co.nz
http://accountaneer.com
View my complete profile
Labels
browsers
(3)
cli
(6)
DE
(1)
development
(5)
editors
(5)
filesystem
(6)
gui
(6)
hardware
(4)
images
(3)
linux
(25)
logs
(2)
mail
(1)
misc
(7)
music
(1)
network
(8)
pdfs
(4)
printing
(2)
security
(1)
sound
(2)
sync
(2)
web
(3)
windows
(12)
No comments:
Post a Comment