Robisz diva takiego jak ma byc te menu wysuwane i dodajesz właściwośc display: none; i position: absolute;
Następnie w JavaScript coś w ten deseń:
I pózniej link tak wygląda:
Następnie w JavaScript coś w ten deseń:
Kod:
<script type="text/javascript">
function twojeMenu(div) {
if(document.getElementById(div).style.display = "none") {
document.getElementById(div).style.display = "block";
} else {
document.getElementById(div).style.display = "none";
}
}
</script>
Kod:
<a href="#" onMouseOver="twojeMenu('twoj-div')">link</a>
![[Obrazek: 2guxq1i.gif]](http://img713.imageshack.us/img713/1035/2guxq1i.gif)