Dropdown Menu

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pawarsac
    New Member
    • Feb 2007
    • 1

    #1

    Dropdown Menu

    Hello I am new to PHP.
    I want to create DropDown menu.
    When user hovers mouse over the text in menu, subcategory should be dropped down.
    How to create such PHP page and javascript for this ?

    waiting for help.


    sac
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    Originally posted by pawarsac
    Hello I am new to PHP.
    I want to create DropDown menu.
    When user hovers mouse over the text in menu, subcategory should be dropped down.
    How to create such PHP page and javascript for this ?

    waiting for help.


    sac
    Welcome to The Scripts, pawarsac.
    The conceptual difference between PHP and Javascript is that PHP code is executed on the server, while Javascript is executed on the browser. Drop-downs and the like are browser side actions, and therefore must be down with Javascript and/or CSS.

    I can offer you a great site to learn to do dropdowns with CSS, and that site is CSSPlay.

    If you specifically want the drop downs to be done in Javascript, let me know, and I can move this thread to the Javascript forum.

    Comment

    Working...