Athreya Chidambi wrote: > Can anyone tell me why the footer on this page for some reason is > showing up under the search bar in firefox? Looks fine in IE. > > url:http://www.athreyachidambi.com/test/meil/profile.html In short: IE is wrong. IE is applying its 'Layout bug', and it's caused by width/height acting as 'hasLayout'[1] triggers and making those containers expand to push the footer down. Standard-compliant browsers won't do that unless they're told -- correctly. A 'clear' at the right place will do the trick. Add: #footer {clear: both;} ....and Firefox will get the message. regards Georg [1]http://www.satzansatz.de/cssd/onhavinglayout.html -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL-REMOVED]] 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/