Christopher Harris wrote:
http://www.homedesigntrends.com/storeFF.php


In IE the top part of the header is way too tall. And in FF - the word "Search" is dangling way below its container div. Why?


Chris,

#navigation { ... height: 130px;}
this height causes trouble, I think. It's a float, and floats stick out of their container, so "Search" is pushed way below the menu. (IE is expanding the container by the height of #navigation.)

Ingo

--
http://www.satzansatz.de/css.html
______________________________________________________________________
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