Connecting Tech Pros Worldwide Help | Site Map

problem on creating dropdown menu?

  #1  
Old August 28th, 2008, 06:45 AM
Newbie
 
Join Date: Aug 2008
Posts: 2
I want to design dropdown menu.This menu contains two item(save,saveContent).When mouse over on Menu then display below like that
____________
Menu |
-------------|
Save |
SaveContent |
--------------
When click on "Save" item then the Menu will be changed to One "TextBox"
and "GO Buttoon" on dropdown menu.
____________
Menu |
--------------
________ |
________| GO |
SaveContent |
--------------
first, is it possible?
if possible, plz tell me the code.
  #2  
Old August 28th, 2008, 07:11 AM
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,487
Provided Answers: 9

re: problem on creating dropdown menu?


First, I see no point why this should not be possible.
Second, you may want to have a look at the functions replaceChild(), appendChild(), removeChild() and the property [element].style.visibility as well as an event handler tutorial.
Third, what would be the learning effect of only posting some code without your participation?
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with CSS Horizontal Dropdown Menu Jim answers 19 June 27th, 2008 08:18 PM
Creating my First Windows Application - UI problem Asad answers 1 November 21st, 2005 07:25 AM
Problem with DropDownList & Frames Bob N answers 5 November 18th, 2005 04:44 AM