Hi Shawn
no sofar i see i got two parents and two children
![[Image: dakp5s7su3v.png]](http://www.mupload.nl/img/dakp5s7su3v.png)
i have something wrong in the css
i toke the css description from the page what Carlos gived abouve :
i gonna play around with this code ,, later i will see if and how i got the orignal menu back
EDIT : got it almost running ,, only it is like a tree ( when i go to the parent then both children are showing
so need to play a bit more :-)
no sofar i see i got two parents and two children
![[Image: dakp5s7su3v.png]](http://www.mupload.nl/img/dakp5s7su3v.png)
i have something wrong in the css
i toke the css description from the page what Carlos gived abouve :
Code:
.sitemenu { position:relative; height: 1.4em; }
.sitemenu ul { position:absolute; list-style: none; }
.sitemenu li { float:left; }
.sitemenu li ul { display:none; }
.sitemenu li:hover ul { display:block; }
.sitemenu li.current > a { font-weight:800; }
.sitemenu li.currentpath > a { font-weight:800; }
i gonna play around with this code ,, later i will see if and how i got the orignal menu back
EDIT : got it almost running ,, only it is like a tree ( when i go to the parent then both children are showing
so need to play a bit more :-)