View Single Post
Old 30-07-2004, 11:48   #7 (permalink)
Brown
volkswagen yellow & gold
 
Brown's Avatar
 
Join Date: Apr 2003
Location: london, england.
Posts: 6,191
ok, if you specify a font size fo the #id ul{ font-size: whatever; } then the fox reduces the line height, but ie keeps the lines the same height.

so i added a:

line-height: 1.2em;

to the ul. makes it work fine. thanks.
  Reply With Quote