Do you mean the one you attached before? This is the only thing there:
HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" >
<html>
<head>
<link rel="shortcut icon" href="images/deek.ICO">
<meta name="keywords" content="Newspaper, Annahar, Annaharonline">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
<style type="text/css">
.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9a9a9a;
border-bottom-width: 0;
}
.glossymenu li a{
background:#0099FF url(media/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color:white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}
/* I commented this line to work on IE, but it was not enough*/
.glossymenu li a{ //IE only. Actual menu width minus left padding of A element (10px)
width: 160px;
}
*/
.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}
.glossymenu li a:hover{
background-image: url(media/glossyback2.gif);
}
</style>
</head>
<body>
<ul class="glossymenu" dir="rtl">
<li>
<a href="http://www.dynamicdrive.com/">first</a>
<a href="http://www.dynamicdrive.com/style/">second</a>
<a href="http://www.javascriptkit.com/jsref/">third</a>
<a href="http://www.javascriptkit.com/domref/">fourth</a>
<a href="http://www.cssdrive.com">fifth</a>
<a href="http://www.codingforums.com/" style="border-bottom-width: 0">six</a></li>
</ul>
</body>
</html>
There has to be some JavaScript code. Maybe you meant to attach it in your latest post and forgot?
Bookmarks