otuatail Posted October 14, 2009 Share Posted October 14, 2009 Hi I have a web page that is justified difrent in FF. Can anyone tell me what is causing this as I would like both browsers to render the same. http://www.des-otoole.co.uk/reallifeX/Radio.php TIA Desmond. Quote Link to comment https://forums.phpfreaks.com/topic/177644-ie6-v-ff/ Share on other sites More sharing options...
otuatail Posted October 14, 2009 Author Share Posted October 14, 2009 The problem seems to be in the class PageContent that wraps all the body text. This is #PageContent { position:absolute; font-size: 14px; position:absolute; left:150px; width:830px; top: 110px; height:360px; border-width: 0px; border-style:solid; margin-top:5px; margin-left:10px; } FF moves all this down. Desmond. Quote Link to comment https://forums.phpfreaks.com/topic/177644-ie6-v-ff/#findComment-936690 Share on other sites More sharing options...
cags Posted October 14, 2009 Share Posted October 14, 2009 CSS is certainly not my strong point but if it's appearing in a different position, looking at your css it's probably the interpretation of the box model. http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug Quote Link to comment https://forums.phpfreaks.com/topic/177644-ie6-v-ff/#findComment-936692 Share on other sites More sharing options...
haku Posted October 14, 2009 Share Posted October 14, 2009 IE6 renders code like no other browser. None of them are the same as IE6. If you are doing your coding in that, you are opening yourself up to big headaches. Code in FF first, then adjust for IE. It will make your life so much easier. Quote Link to comment https://forums.phpfreaks.com/topic/177644-ie6-v-ff/#findComment-936839 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.