Forgotten CSS selectors
Anyone who has been using CSS for any length of time has probably been frustrated by the lack of selector support in Internet Explorer 6. There are quite a lot of cases where a CSS 2.1 selector will let you target elements in all other relevant browsers, but where you, if you want it to work in IE 6, have to add a class or id attribute to the HTML.
Well, the market share of IE 6 is now finally at a level where we as developers can say that a site âsupportingâ IE 6 does not necessarily mean âlooking pixel perfectâ. Fortunately more and more clients understand this as well. IE 7 has been out for well over three years and IE 9 is on the horizon, so I think itâs time to revive those CSS selectors that you never got to use just because IE 6 doesnât understand them.
Posted in CSS.
0 评论: to “ Forgotten CSS selectors ”
发表评论