I’m trying to create a menu and submenu with a child theme of twentyten, similar to this at the LA Times: http://www.latimes.com/ where when the site is first opened, it displays a set of childs, and then when other parents are hovered over, other childs are displayed.
As I say, I’m trying to achieve this using the custom menu function built into WP 3.0.
Thanks for you help.
There are probably several solutions to this, but this is what I would do:
First set a static front page. This can be done in
Settings->Reading
.This will cause the menu item (page) selected to have the CSS class
current-menu-item
and also to display any sub-menu items you have.Then you just CSS them to be shown in a second row.