[thelist] tabbed nav: won't sit down in FF, head chopped off in IE

Sarah Adams mr.sanders at geekjock.ca
Mon Jun 18 11:02:33 CDT 2007


> You could use a hack, but for forward compatibility use the Microsoft 
> recommended "Conditional Comment" syntax to feed a one line style sheet just 
> to that browser.
> 
> <!--[if lt IE 7]>
> <link href="/ie6.css" rel="stylesheet" type="text/css" />
> <![endif]-->
> 
> Or:
> 
> <!--[if lt IE 7]>
> <style type="text/css">
> selector { property: value }
> </style>
> <![endif]-->
> 
> You can do a lot with them:
> 
> http://msdn2.microsoft.com/en-us/library/ms537512.aspx
> 
> http://www.cssplay.co.uk/menus/final_drop.html

You might also want to check out this hack, which is extremely simple:
<http://vexxhost.com/blog/2007/03/01/only-css-hack-you%E2%80%99ll-ever-need-seriously/>

-- 
sarah adams
web developer & programmer
portfolio: http://sarah.designshift.com
blog: http://hardedge.ca



More information about the thelist mailing list