Sep
03
How would i do this in website design?
ByWithin 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
Related posts:
- How to create a website design? Hello! How would i be able to produce a...
- What does it mean when someone says your website design is a bit busy? I just finished a design of a website. http://www.donalskehan.com and...
Related posts brought to you by Yet Another Related Posts Plugin.
4 Comments
September 3rd, 2010 at 4:46 pm
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.
September 3rd, 2010 at 4:46 pm
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.
September 3rd, 2010 at 4:46 pm
It uses JQuery. Try Google/Yahoo search for ‘jquery scroll’ (without quotes).
September 3rd, 2010 at 4:46 pm
you can do in using javascript and css