Matt Tibbits wrote:

> I created a vertical menu using an unordered
> list.everything works fine
> until I try to change the font size. When I put a font-size
> : 0.8em on the
> <a> or the <ul> element, it puts a space at the bottom of
> each each link item.

There are much probably less tricky solutions, but you could try to add this
to your CSS:

/*\*/
* html .menu li { display: inline; zoom: 1; height: 1px; }
/**/

(better to be put under IE conditional comments.)

Bruno

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to