Jump to content

[SOLVED] Help with Internet Explorer problems


interpim

Recommended Posts

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;
}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.