Hi I want to implement a drop down menu on a toolbar that should be displayed at the top of my website. This is the sort of thing I am aiming for: http://www.phpbb.com/styles/demo/3.0/?style_id=20 (see the template switcher at the top) When a user makes a selection, I want it to auto-redirect. Any tips?
Use position:fixed; in your CSS to lock your div to the top then add a dropdown form with links in it.