AXiSS Posted January 29, 2007 Share Posted January 29, 2007 http://webaxiss.thathamkid.comThe header background image is lowered down from the top. The CSS is valid so I don't know what is causing the problem. Can anyone tell me from experience, or should I post the code, or what? I really want to fix this. Link to comment https://forums.phpfreaks.com/topic/36243-firefox-not-displaying-correctly-surprise/ Share on other sites More sharing options...
cmgmyr Posted January 29, 2007 Share Posted January 29, 2007 New css:[code]#toolbar ul{margin: 0px;padding-top: 10px;list-style-type: none;text-align: center;}[/code]...nothing too painful :) Link to comment https://forums.phpfreaks.com/topic/36243-firefox-not-displaying-correctly-surprise/#findComment-172304 Share on other sites More sharing options...
AXiSS Posted January 29, 2007 Author Share Posted January 29, 2007 OK, that worked.But for the infamous but...What about on this page: http://webaxiss.thathamkid.com/search.php?search=something ? Link to comment https://forums.phpfreaks.com/topic/36243-firefox-not-displaying-correctly-surprise/#findComment-172310 Share on other sites More sharing options...
cmgmyr Posted January 30, 2007 Share Posted January 30, 2007 Ok, get rid of that div in your form and change your searchbox div css to this: [code]#toolbar form{float: left;padding: 7px;}[/code] Link to comment https://forums.phpfreaks.com/topic/36243-firefox-not-displaying-correctly-surprise/#findComment-172335 Share on other sites More sharing options...
AXiSS Posted January 30, 2007 Author Share Posted January 30, 2007 That did not fix it.... :-\ Link to comment https://forums.phpfreaks.com/topic/36243-firefox-not-displaying-correctly-surprise/#findComment-172476 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.