I have a CSS related question... I'm working in 4 browsers (FireFox, Safari, IE6, and IE7 - -separately).
The only one that's giving me an issue is IE7.... does anyone know how to tell the browser to look for a specific style sheet?
I tried this...
Code:
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="ie7Fix.css" />
<![endif]-->
Even though I'm already running this:
Code:
<script type="text/javascript">
if (document.createStyleSheet)
document.createStyleSheet("<%= SkinPath %>ieFix.css");
</script>
OR - Does anyone know how to make it look at more than one stylesheet at a time or combine them by taking the above code and splitting it up?
I'm stuck and I need this to work for my job... the boss is kinda riding me.
__________________
Need a vacation.
|