Hallo...
Ik ben bezig aan een site'tje...
In IE draait hij zoals het moet maar in ff doet hij weer moeilijjk...:(
http://www.nousie.xtahosted.nl

CSS:

#container{background:url('pics/bg.png');width:649px;margin-top:15px;padding:30px;text-align:left;}
#navcontainer { width: 164px; text-align:center background-color: white; }
#navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
width: 7em;
display: block;
text-align:center;
/* to display the list horizontaly */
color: #878787; border: 0px; font-family: Bradley Hand ITC, helvetica, sans-serif;  font-size: 14pt;
border-top: 8px solid #FFFFFF;
border-left: 8px solid #FFFFFF;
text-decoration: none;
border-right: 8px solid #FFFFFF;; text-align:center; word-spacing:0; text-indent:0; font-size:14pt; 
}

#navlist a
{
width: 164px;
color: #878787;
margin: 0;
padding: 0;
text-decoration: none;
text-align:center;
height: 32px;
/* extend the sensible area to the maximum with IE5 */
background-color: #ECECEC;
border-bottom: 8px solid #fff;
text-align: center;
}

#navlist a:hover { background-color: #D9D8D8; }
#navlist a:visited { color: #878787;; }#nav{widht:166px;margin-right:30px; 
}

Reageren