Check out my site: http://komirad.com/ Although i change the colour of the div on rollover, how do I make i clickable? Thanks, Komirad
define the menu a style as the box with the parameters of the currect li style and add display:block. it should work...
inside a div, add a hyperlink with a class and then in css make that class display as a block. <div><a href=".." class="x"></a></div> .x { display: block; }