| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
|
|
#2 (permalink) |
|
I Ain't Losing Any Sleep™
Join Date: Apr 2003
Posts: 5,236
|
Andy Budd talked about this I think and yeah, thinking is out of the question today. Although I just did. That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
|
|
|
|
#7 (permalink) |
|
volkswagen yellow & gold
Join Date: Apr 2003
Location: london, england.
Posts: 6,214
|
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. |
|
|
|
#9 (permalink) |
|
Barney army!
Join Date: Mar 2003
Location: London
Posts: 696
|
IE has a bug which makes it read the whitespace in your code and insert gaps in your formatted lists. Adding margin: 0, padding: 0 will not solve this. One solution is to remove all of the white space in your list HTML but this makes it unreadable and harder to update. An alternative (and better IMO) solution is this little piece of CSS hackery: Code:
Luke Redpath .::. Software Engineer .::. Reevoo - Real Reviews From Real Customers
|
|
![]() |