Simple flyout menu [solved]
Posted: Sat Jun 16, 2007 1:05 pm
Hi, is it possible to create a fly out menu by altering the default Navigation: Simple - Vertical css? I have been scrolling through various forums and apologise if the question has been answered before.
I basically want to display the child pages of a parent just to the right of the nav menu as the mouse hovers over menu item, obviously not the whole page just the link so a user is able to navigate to that page.
All I can see is:
div#menu_vert a:hover {
background-color: #C3D4DF;
background: url(images/button.jpg) no-repeat 0em center;
}
which only changes the apperance of the button during mouseOver. Do I need to insert 'display: block;'?
Any help would be much appreciated...
Cheers,
Tom
I basically want to display the child pages of a parent just to the right of the nav menu as the mouse hovers over menu item, obviously not the whole page just the link so a user is able to navigate to that page.
All I can see is:
div#menu_vert a:hover {
background-color: #C3D4DF;
background: url(images/button.jpg) no-repeat 0em center;
}
which only changes the apperance of the button during mouseOver. Do I need to insert 'display: block;'?
Any help would be much appreciated...
Cheers,
Tom