earth2mac
11-06-2007, 01:44 PM
Can I use it in an embeded as well as an external? Which is best practice?
external:
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="ie-6.0.css" />
<![endif]-->
embeded:
<!--[if lt IE 7]>
<style>
#footer .search
{
margin-top: -1.6em;
}
</style>
<![endif]-->
external:
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="ie-6.0.css" />
<![endif]-->
embeded:
<!--[if lt IE 7]>
<style>
#footer .search
{
margin-top: -1.6em;
}
</style>
<![endif]-->