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; } Quote Link to comment 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... Quote Link to comment 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. Quote Link to comment 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.