Hi,
I have this in the head of my document:
Within stylesheet_mo.css is the fix to make fieldsets look good.
Within stylesheet_ie.css is just some basic CSS.
All this put together makes fieldsets look the same in both IE and Mozilla...
Anyway, since IE7 it doesn't seem to be working anymore, the fieldsets aren't showing up at all, yet they still work fine in Mozilla.
Any ideas if IE doesn't support the <[IF IE]> thing anymore please?
Thanks,
Craig.
I have this in the head of my document:
Code:
<![if !IE]>
<link href="stylesheet_mo.css" rel="stylesheet" type="text/css"/>
<![endif]>
<![if IE]>
<link href="stylesheet_ie.css" rel="stylesheet" type="text/css"/>
<![endif]>
Within stylesheet_mo.css is the fix to make fieldsets look good.
Within stylesheet_ie.css is just some basic CSS.
All this put together makes fieldsets look the same in both IE and Mozilla...
Anyway, since IE7 it doesn't seem to be working anymore, the fieldsets aren't showing up at all, yet they still work fine in Mozilla.
Any ideas if IE doesn't support the <[IF IE]> thing anymore please?
Thanks,
Craig.