Results 1 to 2 of 2

Thread: Menu help

  1. #1
    richard_ray Guest

    Menu help

    Hi, I'd posted a thread in the PHP, scripting board but haven't had much help so will try in here.

    =======================================================
    I downloaded and configured a dynamic javascript menu from http://www.dynamicdrive.com/dynamic...vmenu/index.htm but from reading on here that some people don't have java enabled, I am considering scrapping that idea.

    As my web host supports php would it be adviseable to use a PHP menu to achieve the same thing. I basically want a horizontal menu that I can hover over and a sub menu will appear.

    if you can recommend any that would be appreciated
    =======================================================

    http://www.webdevforums.com/showthread.php?t=15952

  2. #2
    Join Date
    May 2006
    Location
    Tampa, FL
    Posts
    75
    PHP will not accomplish that. PHP can change the page before it is sent to the viewer, but not after (making a menu pop out is changing things on the page).

    There is a method of doing this without any Javascript. See this: http://www.xs4all.nl/~peterned/examples/cssmenu.html .
    And you can see lots of non-javascript menus here: http://css.maxdesign.com.au/listamatic/ .

Similar Threads

  1. Nested Horizontal Menu
    By jeffreymerrell in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 27 Apr 2006, 03:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •