Previous Message
Next Message

IE and italics

Sent by Al Sparber on 8 October 2004 01:01


-
From: "Luc" [EMAIL-REMOVED]>
>
> ph> I'm having problems with IE and the way it's dealing with my 
> <em>s.
>
> This might help you Paul:
>
> http://www.positioniseverything.net/explorer/italicbug-ie.html

Actually, after some recent and exhaustive testing, the techniques on 
the above site do not work in all situations - while these do:

For IE 6:

i, em {
 overflow: visible;
 zoom: 100%;
}


For IE5:

i, em {
 width: 100%;
 overflow: hidden;
 }

We prefer to pack them in Conditional Comments, but they can be 
filtered, I presume, if that is preferable.

Al Sparber - PVII
http://www.projectseven.com
DW Extensions - Tutorials - CSS FastPacks
---------------------------------------------------------
Webdev Newsgroup: news://forums.projectseven.com/pviiwebdev/
CSS Newsgroup: news://forums.projectseven.com/css/
RSS/XML Feeds: http://www.projectseven.com/xml/




______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: