matfish Posted August 1, 2007 Share Posted August 1, 2007 Hi, iv opened it up so there is access for now http://hardbyte.com/djsdanceschool/ Iv got this problem where there is a weird padding/spacing at the bottom of the page (IE6 only) FF and IE7 is ok. Any ideas? I though it was a padding/margin issue - you know how FF handles then differently to IE - but I just cant get rid of it in IE6. Any help would be appreciated before I make the site FF&IE7 users only! People should only use FF anyway... lol Link to comment https://forums.phpfreaks.com/topic/62843-ie6-issue/ Share on other sites More sharing options...
dbrimlow Posted August 1, 2007 Share Posted August 1, 2007 Try losing the "height: inherit;" on the ".main_wrapper_centered". Dave Link to comment https://forums.phpfreaks.com/topic/62843-ie6-issue/#findComment-313339 Share on other sites More sharing options...
matfish Posted August 2, 2007 Author Share Posted August 2, 2007 Afraid not, didnt do anything :-s pulling my hair out now! Link to comment https://forums.phpfreaks.com/topic/62843-ie6-issue/#findComment-313830 Share on other sites More sharing options...
matfish Posted August 2, 2007 Author Share Posted August 2, 2007 Sorted it now, something to do with overflows and clears Link to comment https://forums.phpfreaks.com/topic/62843-ie6-issue/#findComment-314092 Share on other sites More sharing options...
dbrimlow Posted August 2, 2007 Share Posted August 2, 2007 Actually, I got it to work simply by adding body "margin:0" to the body tag of your orange.css. body { background: #FF954F; margin:0} Link to comment https://forums.phpfreaks.com/topic/62843-ie6-issue/#findComment-314186 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.