Har en meny som buggar ur i IE6 , den fungerar bra i Chrome, FF , och IE 5.5 + 7.
menyn har jag lånat css koden från en tutorial och den ser ut så här för menyn:
eller titta på sidan här :
http://www.mr-ab.se/mr-ab/
Kod:
/* NAVIGATION BUTTONS */
.menu {
height: 30px;
width: 844px;
float:none;
margin-left: 40px;
}
.cssnav {
position:relative;
float: left;
margin: 0px;
padding: 0;
font-family: arial, helvetica, sans-serif;
background: url(../img/button_over.gif) no-repeat;
width: 102px;
height: 28px;
overflow:hidden;/* for ie to hide extra height*/
background-image: url(../img/button_over.gif);
}
.cssnav a {
display: block;
color: #000000;
font-size: 11px;
width: 102px;
height: 28px;
display: block;
float: left;
color: black;
text-decoration: none;
overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a:hover {
color: #ffffff;
}
.cssnav img {width: 102px; height: 28px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}
.cssnav span {
position: absolute;
left: 0px;
top: 7px;
text-align: center;
width: 102px;
cursor: pointer;
font-size: 12px;
}
/* END OF NAVIGATION */