> Here's my current nightmare:
> http://datagnostics.com/test/vertical.html
> 
> I've got superscript text that needs to be all over the page -- it's
> part of the company name. I set a line-height in BODY. I'm doing the
> superscript via a span class, with attribute vertical-align: super.
> 
> In IE, the superscript mucks up the borders and margins -- it's as
> though the element block goes up and never comes back down when I close
> the superscript. If I set the element to line-height: normal, this
> stops. HOWEVER, if the element is inside an li (not a ul), line-height:
> normal doesn't fix it.

You need to help IE by giving the parent a layout.
Try h3 {zoom:1;}

--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz

______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to