Hi im new here and wanted toa sk for your help...
here is the link to a template im working on for my site and it looks how it should in firefox but for some reason its pushing one of the boxes tot he side in IE..
*edited to remove link cos it isnt there anymore*
heres the CSS to go witht hat...
Code:
body {
background:url("pics/bg.gif")maroon;
font-family:arial,serif,sans-serif;
color:black;
font-size:100%;
margin:0;
padding:0;
}
img{
padding:0;
margin:0;
border:none;}
#container{
padding:0;
margin:0;}
#header{
width:759px;
height:220px;
padding:0;
margin:0;}
#menu{
padding:0px;
margin:0px;
float:left;
}
.mbxt{
width:183px;
height:47px;
padding:0;
margin:0;
background:url("pics/mbxt.gif")#660066;
color:#ccccff;
background-repeat:no-repeat;}
.mbx{
width:183px;
height:223px;
padding:0;
margin:0;
background:url("pics/mbx.gif")#CCCCFF;
color:#660066;
background-repeat:no-repeat;}
.mbxt2{
width:183px;
height:45px;
padding:0;
margin:0;
background:url("pics/mbxt2.gif")#800080;
color:#ccccff;
background-repeat:no-repeat;}
.mbx2{
width:183px;
height:224px;
padding:0;
margin:0;
background:url("pics/mbx2.gif")#CCCCFF;
color:#660066;
background-repeat:no-repeat;}
#content{
width:576px;
height:539px;
padding:0;
margin-left:183px;
background:url("pics/content.gif")#CCCCFF;
color:#660000;
background-repeat:no-repeat;}
.heda{
padding:0;
margin:0;
border:0;
}
#foot{
width:780px;
height:106px;
padding:0;
margin:0;}
.fta{
width:759px;
height:50px;
padding:0;
margin:0;
background:url("pics/footad.gif")#660066;
color:#CCCCFF;
background-repeat:no-repeat;
}
.ftc{
width:759px;
height:56px;
padding:0;
margin:0;
background:url("pics/footcopy.gif")#CCCCFF;
color:#660066;
background-repeat:no-repeat;
}
its xHTML strict and it all validates and works fine in IE and i dont know how to fix this problem ive tried a ton of things!
thanks in advance.
Last edited by emagine; 06-03-2006 at 12:47 PM..
|