I have a Form on a web page where the fields look good in IE7, but look a little out-of-whack in IE6. I've done as much as I can do in IE6.css and the main.css.
When I adjust the page to look better in IE6, it starts to look a little worse in IE7.
I see on a main page, there is a code like this:
Code:
<!--[if IE 6]>
<link rel="stylesheet" href="[var.base_url]/themes/[var.user_theme]/css/ie6.css" type="text/css">
<![endif]-->
Can I use somthing like that on the web page that has the Form, basically saying, if you're viewing this Form in IE6 this is how the Form code should be..." ?
If yes, can you tell me, basically how to create it with an
?
thanks
|