How would i do this in website design?
Within this website : http://www.ph-creative.com/ How would i create the drop down where you click on 'open' in the green bar at the top Thanks
Public Comments
- You could start by checking their source code. But I didn't as it seems pretty simple to do if you've ever used Javascript to make a page dynamic. You just specify an onclick event to the open button that will make the upper div visible.
- The very first div that use the class "ExtraLinks" is where you want to make your changes. From the looks of things it seems to just be adding simple links there so you should be able to add a <select> in there. By the way for javascript - try using jQuery makes your life a whole lot easier.
- It uses JQuery. Try Google/Yahoo search for 'jquery scroll' (without quotes).
- you can do in using javascript and css
Powered by Yahoo! Answers