Tammy G. wrote:
> I just want to verify that the placement of the IE conditional statements 
> are correct or does the </style> need to be placed after the last
> <![endif]-->?
>
> <head>
>       <title>3 Topic Layout with Large Header</title>
>       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
> <style type="text/css" media="all">
> <!--
> @import url("styleseleven.css");
> -->
> </style>
>
> <!--[if lte IE 6]> 
> <link rel="stylesheet" href="tmpelevenIE6.css" type="text/css">
> <![endif]-->
>
> <!--[if IE 7]> 
> <link rel="stylesheet" href="tmpelevenIE7.css" type="text/css">
> <![endif]-->
>
> </head>
>
>
>   
Either of these in the head will do :

<!--[if gte IE 7.0]>
        <style type="text/css">
                .clearfix {display: inline-block;}
        </style>
<![endif]-->

<!--[if gte IE 7.0]>
        <link rel="stylesheet" href="if_gteie7.css" type="text/css" />
<![endif]-->
 

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to