Yeah. Conditionals are my fallback for this. They'll certainly work
but I was hoping to avoid them since I'm trying to not edit anything
in the HTML document to make this work. Heck, I'm even avoiding using
wrappers and the like. It's sooo clean right now.

This little bug is just a stupid thing and it's something I realized
that I ran into a while ago and had forgotten about and here it is
again driving me crazy.

Just venting.

On 3/2/06, Sandra Clark <[EMAIL PROTECTED]> wrote:
> Kevin,
>
> To deal with IE6 and IE7, throw all your IE6 hacks and specific code into a
> conditional
>
>  <!--[if lt IE 7]>
>          <link rel="stylesheet" type="text/css" href="assets/css/ie6.css" />
>         <![endif]-->
>  <!--[if eq IE 7]>
>          <link rel="stylesheet" type="text/css" href="assets/css/ie7.css" />
>         <![endif]-->
>
> Thats the only way I know of how to deal with multiple problems with
> multiple IE browsers.
>
> Btw, I'm in talks to hold an open 4 day CSS class in Hartford CT.  Don't
> know dates yet, but if anyone is interested, email me and I'll send you info
> on it when I have it.
>
> Sandy Clark

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:5:198683
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to