basically i have a side by side horizontal menu as you can see here: http://www.supplements-today.co.uk/walnutgarth3/availability.php
what im trying to do is make it so that ‘onhover’ there is a sub menu that drops down on certain selections, for example ‘pictures’. my attempt at this can be seen here: http://www.supplements-today.co.uk/walnutgarth3/
now i have got the drop down part to work, but it screws up my style of the rest of the menu as you can see. for me the problem is that the ‘
anyone know what my problem is here? you can see my menu code in pagesource but my css so far to go with it is:
#tier1 div{ display:none; }
#tier1{
position: relative;
left: 70px;
height: 20px;
}
#tier2{
position: relative;
display: block;
}
i kno thats empty, but iv played around with loads of different ways and cant seem to get it to work. any help is much appreciated 🙂
Try using some JQuery menu plugin. JQuery is used widely and has plenty of examples over internet to browse for menus.
One of the examples can be found here.