Now i cant to make it work on stupid IE!!!
here is my menu code:
#menu {
text-align:center;
float: left;
text-align:center;
width: 100%;
position:absolute;
}
#menu ul {
list-style: none;
float: left;
width: 128px;
margin:0;
padding: 0;
width: 127.114px;
}
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
text-align:justify;
display: block;
border-width: 1.5px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 6px;
}
#menu h2 {
width:120px;
color: #000;
background-image:url(./images/button%2002.gif);
text-transform: uppercase;
text-align:center;
}
#menu a {
color: #000;
background: #efefef;
text-decoration: none;
background-image:url(./images/button%2002.gif);
}
#menu a:hover {
color: #000;
background: #fff;
background-image:url(images/button%2001.gif);
}
#menu h2 a{
width: 145px;
color: #000;
text-transform: uppercase;
text-align:center;
background-image:url(./images/button%2002.gif);
}
#menu li {position:relative;}
#menu ul ul {
position: absolute;
z-index: 500;
background-image:url(./images/button%2002.gif);
}
#menu ul ul ul {
top: 0;
left: 100%;
background-image:url(./images/button%2002.gif);
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;
width:170px;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
can someone help? i'm starting to loose my hear :(