Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
boas
tou a elaborar um site com tableless, e tou com um probleminha.
no FF td bem, mas no IE nao fica igual. ora vejam: http://www.jcmagina.pt/.
o fundo nao fica centrado, o div do texto principal fica desalinhado, e o o div "ESTADO DA REPARAÇÃO" tb nao fica correto. td no IE http://forum.imasters.com.br/public/style_emoticons/default/upset.gif http://forum.imasters.com.br/public/style_emoticons/default/upset.gif
alguem ajuda?
css
* {
margin:0px;
padding:0px;
}
body {
color:#000;
font-family:Verdana, Geneva, sans-serif;
font-size:10px;
text-align:justify;
background:#515151 url(../images/bg.gif) repeat scroll 0 0;
padding:0px 0 6px;
}
#header {
margin:0px auto;
width:780px;
background:url(../images/banner.png) no-repeat;
}
#lg {
position: relative;
left:490px;
width:222px;
}
#menu {
margin:0px auto;
padding: 0;
background:url(../images/menu_bg.png) repeat-x;
width: 780px;
height: 39px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
}
#menu ul {
margin:0px auto;
padding: 0;
list-style-type: none;
overflow: hidden;
}
#menu li {
display: inline;
margin: 0;
}
#menu li a {
float: left;
display: block;
text-decoration: none;
color: #000;
padding:9px 20px;
vertical-align:middle;
border-color:#dfdfdf;
border-left-color: #ffffff;
border-style: solid;
border-width:1px;
border-bottom:none;
border-top:none;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
}
#menu li a:hover, #menu li a:active {
background:url(../images/menu_bg2.png) repeat-x;
}
#content {
background:url(../images/bg.png) repeat-x #548fc9;
margin:0px auto;
width:780px;
}
#fotter {
background: url(../images/footer.png) no-repeat;
height:85px;
position: relative;
clear:left;
z-index:10;
margin-top:-50px;
}
#janela {
width:334px;
height:150px;
z-index:5;
margin-left:417px;
clear: right;
}
#janela_topo {
background:url(../images/janela_top.png) no-repeat;
border-bottom:#FFF 1px solid;
font-family:Tahoma, Geneva, sans-serif;
font-weight:bold;
font-size:14px;
color:#FFF;
text-transform:uppercase;
padding:8px 20px;
}
#janela_main_right {
float:right;
width:81px;
background-color:#7d8791;
height:150px;
}
#janela_main_left {
background-color:#7d8791;
height:150px;
float:right;
width:253px;
}
#lateral {
float:left;
width:325px;
margin:70px 0 0 20px;
position:relative;
}
#main {
width:464px;
margin-left: 300px;
z-index:5;
position: absolute;
top:260px;
}
#main_ghost {
float: right;
position:relative;
width: 40px;
}
#lateral_main {
background:url(../images/lateral_bg.png);
height:auto;
padding:0 40px 0 20px;
color:#013366;
}
#lateral_top {
background:url(../images/lateral_topo.png) no-repeat;
width:325px;
height:13px;
}
#lateral_bottom {
background:url(../images/lateral_fundo.png) no-repeat;
width:325px;
height:19px;
}
#main_main {
height:auto;
padding:0 25px;
background:url(../images/main_bg.png) repeat-y;
}
#main_top {
background:url(../images/main_topo.png) no-repeat;
width:464px;
height:55px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#FFF;
padding:0px 0 0 25px;
line-height:3.0em;
}
#main_bottom {
background:url(../images/main_fundo.png) no-repeat;
width:464px;
height:22px;
}Carregando comentários...