interpim Posted January 9, 2008 Share Posted January 9, 2008 Ok... I use Firefox, and the page I have looks like I want it to in Firefox... my problem is, it looks like crap in IE... can anyone please tell me how to fix this so it will work in both Firefox and IE without having issues. I am a CSS noob. The site I am testing is http://interpim.com/parser and this is what I came up with so far for the CSS... html, body{ margin:5; padding:5; } #header{ position:relative; height:95px; background-color:#FFFFFF; width:100%; } #maincol{background-color: #FFFFFF; float: none; position: relative; width:100%; } #rightcol{ position: absolute; top:430px; left:450px; width: 550px; #footer{ background-color:#FFFFFF; position: absolute; top:430px; left:10px; width: 430px; } Link to comment https://forums.phpfreaks.com/topic/85108-solved-help-with-internet-explorer-problems/ Share on other sites More sharing options...
interpim Posted January 9, 2008 Author Share Posted January 9, 2008 OK... i think i figured it out... the code may be ugly now LOL, but at least it looks the same in Firefox and IE... Link to comment https://forums.phpfreaks.com/topic/85108-solved-help-with-internet-explorer-problems/#findComment-434139 Share on other sites More sharing options...
phpQuestioner Posted January 9, 2008 Share Posted January 9, 2008 OK... i think i figured it out... the code may be ugly now LOL, but at least it looks the same in Firefox and IE... I was getting ready to say; it looks the same in both browsers to me. Link to comment https://forums.phpfreaks.com/topic/85108-solved-help-with-internet-explorer-problems/#findComment-434142 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.