Menu6
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<script type="text/javascript" src="http://endlessite.freeiz.com/menu_kod/menu6/jquery-1.2.2.pack.js"></script>
<script type="text/javascript" src="http://endlessite.freeiz.com/menu_kod/menu6/ddaccordionn.js">
/***********************************************
* Diger menu kodlari icin (www.eglencegunlugum.tr.gg)
***********************************************/
</script>
<script type="text/javascript">
ddaccordion.init({
headerclass: "submenuheader", //Shared CSS class name of headers group
contentclass: "submenu", //Shared CSS class name of contents group
collapseprev: true, //Collapse previous content (so only one open at any time)? true/false
defaultexpanded: [], //index of content(s) open by default [index1, index2, etc] [] denotes no content
animatedefault: false, //Should contents open by default be animated into view?
persiststate: true, //persist state of opened contents within browser session?
toggleclass: ["", ""], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
togglehtml: ["suffix", "<img src='http://endlessite.freeiz.com/menu_kod/menu6/plus.gif' class='statusicon' />", "<img src='http://endlessite.freeiz.com/menu_kod/menu6/minus.gif ' class='statusicon' />"], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs)
animatespeed: "normal" //speed of animation: "fast", "normal", or "slow"
})
</script>
<style type="text/css">
.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}
.glossymenu a.menuitem{
background: black url(http://endlessite.freeiz.com/menu_kod/menu6/glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}
.glossymenu a.menuitem:hover{
background-image: url(http://endlessite.freeiz.com/menu_kod/menu6/glossyback2.gif);
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}
.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}
.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}
.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
</style>
</head>
<body>
<div class="glossymenu">
<a class="menuitem" href="http://eglencegunlugum.tr.gg/">Dynamic Drive</a>
<a class="menuitem submenuheader" class="menuitem" href="http://eglencegunlugum.tr.gg/" >CSS Examples</a>
<div class="submenu">
<ul>
<li><a href="http://eglencegunlugum.tr.gg/">Horizontal CSS Menus</a></li>
<li><a href="http://eglencegunlugum.tr.gg/">Vertical CSS Menus</a></li>
<li><a href="http://eglencegunlugum.tr.gg/">Image CSS</a></li>
<li><a href="http://eglencegunlugum.tr.gg/">Form CSS</a></li>
<li><a href="http://eglencegunlugum.tr.gg/">DIVs and containers</a></li>
<li><a href="http://eglencegunlugum.tr.gg/">Links & Buttons</a></li>
<li><a href="http://eglencegunlugum.tr.gg/">Other</a></li>
<li><a href="http://eglencegunlugum.tr.gg/">Browse All</a></li>
</ul>
</div>
<a class="menuitem" href="http://eglencegunlugum.tr.gg/">JavaScript Reference</a>
<a class="menuitem" href="http://eglencegunlugum.tr.gg/">DOM Reference</a>
<a class="menuitem submenuheader" href="http://eglencegunlugum.tr.gg">CSS Drive</a>
<div class="submenu">
<ul>
<li><a href="http://eglencegunlugum.tr.gg">CSS Gallery</a></li>
<li><a href="http://eglencegunlugum.tr.gg/">Menu Gallery</a></li>
<li><a href="http://eglencegunlugum.tr.gg/">Web Design News</a></li>
<li><a href="http://eglencegunlugum.tr.gg/">CSS Examples</a></li>
<li><a href="http://eglencegunlugum.tr.gg/">CSS Compressor</a></li>
<li><a href="http://eglencegunlugum.tr.gg">CSS Forums</a></li>
</ul>
<img src="http://i27.tinypic.com/sy7295.gif" style="margin: 10px 5px" />
</div>
<a class="menuitem" href="http://eglencegunlugum.tr.gg/" style="border-bottom-width: 0">Coding Forums</a>
</div>
</body>
</html>