If I look at the Tapestry demo site, both the "Style Picker" menu and the main menu across the top. have the nice feature that menu items change color when you hover over them. Can this be achieved for all menus? For example, the Navigation menu, or the Primary Links menu (when it's in a block on the left). If so, how do I do it? Thanks.
Comments
Comment #1
roopletheme commentedIf you want to do it in Tapestry, simply apply the 'rollover1' or 'rollover2' block theme to your menu block. If you want to do it in your own theme, it's pretty simple CSS use of the a:hover element... take a look at the source.
Comment #2
dshaw commentedSounds straight-forward. How would I apply 'rollover1' (say) to an existing, standard Drupal menu block, eg. the Navigation menu? Can that be done through the Drupal admin interface?
Comment #3
roopletheme commentedIt's all described pretty completely in the handbook. Read it, particularly this page. If you still have questions, come back.
Comment #4
roopletheme commented