PDA

View Full Version : Menu help



richard_ray
22 May 2006, 04:39 AM
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 (http://www.dynamicdrive.com/dynamicindex1/hvmenu/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

shawnjgoff
22 May 2006, 06:30 AM
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/ .