From: "Christian Montoya" <[EMAIL PROTECTED]>

> On 2/2/06, tedd <[EMAIL PROTECTED]> wrote:
>> Neither of those work for IE 7 and while I have an IE conditional
>> comment to exclude IE 7, apparently IE 7 still see's the 
>> csshover.htc
>> code in [B].
>
> IE 7 doesn't support conditional comments correctly... it's buggy 
> right now.

>From all of my testing, IE7 supports Conditional Comments perfectly. 
If there is a problem, it could be related to a multiple install. 
Tedd's CCs should be:

<!--[if lt IE 6]>
<style type="text/css" media="screen">
body{behavior:url(csshover.htc);
#menuh a{height:1%;font:bold 1em/1.6em arial, sans-serif;}

</style>
<![endif]-->

<!--[if lt IE 7]>
<style type="text/css" media="screen">
#menuh{float:none;}
font-size:100%;}
#menuh ul li{float:left; clear: both; width: 100%;}
#menuh a{font:bold 1em/1.6em arial, sans-serif;}
</style>
<![endif]-->

-- 
Al Sparber
PVII
http://www.projectseven.com

"Designing with CSS is sometimes like barreling down a crumbling 
mountain road at 90 miles per hour secure in the knowledge that 
repairs are scheduled for next Tuesday".






______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to