I have e problem with link wraping in IE. I put a link in a div, when the link is too long it shows in a 2 or more rows. In Firefox an Opera the space between the rows are fine, but in IE the space is too big. Any suggestions? Thank you
I have 1 suggestion. try giving the #navigation a width and height. since you don't have a width declared it's basing it's dimension on %'s.
If you don't want any text to wrap, just enclose it in <nowrap>This Text Won't Rap (ah huh! ah huh!)</nowrap> tags.