PDA

View Full Version : Customize (style) drop-down menu for browsing


gloriagoldrea
01-26-2008, 07:13 PM
Has anybody customized the drop down menu?

I would like to make it something like
http://www.cssplay.co.uk/menus/final_drop.html

I don't want to make it exactly this style, but it would be great to get a heads-up on where to even start... which files to manipulate, etc.

Thanks much.

kevincrafts
01-26-2008, 07:21 PM
the drop down menu is currently a select/option form menu. If you wanted to switch it to something like what you linked to, you would need to output it as an unordered list instead - then it's some css for most browsers and some javascript for IE < 7. You could make an addon that will output your categories or tags in an unordered list and then style that.

gloriagoldrea
01-26-2008, 07:37 PM
Thanks
Where can I find this "select/option form menu"??