Bill Brown wrote:
> David Laakso wrote:
>
>> In this test page, the only way I've been able the keep the last two
>> links from gaining height is to assign a line-height /in pixels/ to #nav
>> ul for the IEs (and they still look a little whacked (taller) to me.
[...]
>> <http://www.chelseacreekstudio.com/ca/cssd/nav.html>

> It appears to be connected to your font-variant:small-caps declaration...
>
> I couldn't find a work-around beyond specifying the line-height in
> pixels as you'd done.


It's an interesting behavior ;-)
I too couldn't find any better workaround. If the markup is under your
control, you could wrap the spaces in a span, like:
  web<span>&#160;</span>design
and then declare for IE
  #nav ul li a span { font-size: 0.7em; }
Not particularly nice...

Bruno

-- 
Bruno Fassino http://www.brunildo.org/test
______________________________________________________________________
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