Függőleges menü 25.
Menü kódja
<ul id="fixmenu">
<li>
<a href="http://">menü 1</a></li>
<li>
<a href="http://">menü 2</a></li>
<li>
<a href="http://">menü 3</a></li>
</ul>
CSS kód
<style type="text/css">
#fixmenu {
position: fixed;
right: 0;
top: 50%;
width: 8em;
margin: -2.5em 0 0 0;
z-index: 5;
background-color: #A9D453;
border: 3px solid #9DCC41;
border-right: none;
padding: 0.5em 0.5em 0.5em 2.5em;
box-shadow: 0 1px 3px #000000;
border-radius: 3em 0.5em 0.5em 3em;
color: white;
}
#fixmenu li { margin: 0 }
#fixmenu a {
color: #ffffff;
font-family: times new roman !important;
color: white;
font-weight: bold !important;
font-style: italic;
font-size: 20px !important;
text-align: left;
}
#fixmenu a:hover {
color: #DFEFBE;
}
/* Make menu absolute, not fixed, on IE 5 & 6 */
#fixmenu { position: absolute }
*>#fixmenu { position: fixed }
p.stb { text-indent: 0; margin-top: 0.83em }
p.mtb { text-indent: 0; margin-top: 2.17em }
p.ltb { text-indent: 0; margin-top: 3.08em }
</style>
Ha bal oldalra szeretnéd a menüt, annak a kódja itt található:
//aranymeli.gportal.hu/gindex.php?pg=35429174&nid=6481635
|