Ho un problema di visualizzazione con IE che mi sta facendo impazzire:
http://www.piancavallonoleggi.it/index.phpil menu non sta al suo posto!
e la parte in basso sta tutta a sinistra!
nell'header ho inserito:
<!--[if IE]>
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/ie.css" type="text/css" />
<![endif]-->
e nel css che funziona correttamente con mozilla ho questi parametri (relativi ai due problemi)
#top {
background-image: url(../images/top.png);
background-repeat: no-repeat;
height: 200px;
width: 933px;
margin-top: 20px;}
#logo {
margin-top:-12px;
margin-left:40px;
float:left;
width:532px;}
#menu {
background-image: url(../images/menu/bg.png);
background-repeat: repeat-x;
margin-top:145px;
width:300px;
float: right;
padding: 0px 10px 0px 10px;
background-position: 0 10px;}
#bottom {
background-image: url(../images/bg_bottom.png);
background-repeat: repeat-y;
width: 933px;
height: 158px;
margin: 0px;
padding-top: 18px;
}
il tutto contenuto in:
#novetretre{
margin : 0 auto;
width: 933px;
}
ho provato a cambiarci padding, margini e float vari, ma nulla si schioda!
grazie...
stefano