PDA

View Full Version : [DHTML] Customize Dropdown Menu



temp304
08-07-2007, 05:15 PM
1) CODE TITLE: Customize Dropdown Menu

2) AUTHOR NAME/NOTES: Thái Cao Phong

3) DESCRIPTION: <b>Customize Dropdown Menu</b> is designed to display some choices, as: languages, countries, themes,... but it's differrent from original version in browsers. This tool combine CSS and JavaScript to create a dropdown you can add image to tilte, every choice.<br><br>


Let's try dropdown below and feel differences.<br>
Tested: IE 7, Opera 9, Firefox 2, Netscape 9

4) URL TO CODE: http://www.javascriptbank.com/javascript/form/Customize_Dropdown_Menu/

or, ATTACHED BELOW (see #3 in guidelines below):

jscheuer1
08-07-2007, 06:08 PM
Looks very nice!

One thing I would change is that the content that drops down shouldn't change the flow of the page. This can probably be done by giving it absolute positioning or by dropping it out of an absolutely positioned element.

Also, the textarea on your demo page which is supposed to contain the javascript code only has your script's comment/credit in it.

ddadmin
08-07-2007, 08:50 PM
Like John said, I think it would look alot nicer if the drop down menu didn't push the rest of the page up/down when revealed.