Jak mogę zrobić najprostrze wysuwane menu po najechaniu na daną opcję w menu?
Mam taki CSS:
#menu_box { margin-top: 2px; clear: both; background: #2B1E1; text-align: center; line-height: 30px; vertical-align : middle; height : 40px; width : 100%; } #menu_main { height : 100%; width : 100%; } .menu_button { display : inline; height : 40px; width : 182px; padding: 22px; } .menu_button:hover { background: transparent url(./images/s_menu.png) no-repeat scroll 50% 100%; } .menu_button a { font-size : 12px; color: #ad9c87; font-weight : bold; text-decoration : none; margin: 0 auto; }