content layout diffrence in IE and Firefox
Posted: Thu Jun 08, 2006 7:40 pm
I have very diffrent behavoiur in IE and Firefox for my content.
If I put this code in my css:
div#main {
padding: 0 0 0 1px;
width: 60%;
margin: 0 0 0 14%;
background: #FFFFFF;
float: left;
}
In Firefox the page looks like FF1.jpg, and thats fine, But in IE it look like IE1.jpg, wich is not good at all because the login block is then moved down and also the white area to the left of the content is to big.
But if I put this code in my css:
div#main {
padding: 0 0 0 1px;
width: 60%;
margin: 0 10% 0 0 ;
background: #FFFFFF;
float: left;
}
In IE it looks like IE2.jpg wich is good, but hen it looks like FF2.jpg in forefox, wich is bad again...
Can someone help me out??
Thnx! Barbera
[attachment deleted by admin]
If I put this code in my css:
div#main {
padding: 0 0 0 1px;
width: 60%;
margin: 0 0 0 14%;
background: #FFFFFF;
float: left;
}
In Firefox the page looks like FF1.jpg, and thats fine, But in IE it look like IE1.jpg, wich is not good at all because the login block is then moved down and also the white area to the left of the content is to big.
But if I put this code in my css:
div#main {
padding: 0 0 0 1px;
width: 60%;
margin: 0 10% 0 0 ;
background: #FFFFFF;
float: left;
}
In IE it looks like IE2.jpg wich is good, but hen it looks like FF2.jpg in forefox, wich is bad again...
Can someone help me out??
Thnx! Barbera
[attachment deleted by admin]