IE7 doesn't support :last-child pseudo selector. I am thinking of explicitly adding a class name to denote it as the last element but not sure how to select this element inside a css file. Anyone have any ideas on how to do this ?
|
|
and
or install IE7-js and :last-child will "just work". |
||||
|
|
|
One extra thing to note about multiple classnames is that IE6 can not handle them properly. It will only consider the last classname in the list:
|
||
|
|
|
|
If you have
You can just do
|
||
|
|
|
|
This page has all you want to know about multiple class names |
||
|
|
