Firefox does NOT read conditional comments, only IE does, so what you have will not effect FF at all.
Put the height:55px in your main CSS for GOOD browsers (meaning NOT IE)
Use a proper conditional comment for IE and feed it the height you want it to have. This CC will target any browser version below IE7
Quote:
<!--[if lt IE 7]>
<link href="iefixes.css" rel="stylesheet" type="text/css" />
<![endif]-->
|
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|