Click to See Complete Forum and Search --> : layered drop down meny
cool4doc
11-03-2003, 12:22 PM
Hi all,
I am trying to use layered drop down menu from this site. I am using FP2003 as editor. I can copy the script and see my menu in normal mode-but I see nothing in preview mode.
Please help.
Thank you
Does it work after you make the actual page? Personally, I suggest not using a WYSIWYG editor; and if you must, I suggest Macromedia Dreamweaver (http://macromedia.com/products/dreamweaver), as it generates more standards compliant and WCAG (http://www.w3.org/TR/WCAG10/) compliant.
[J]ona
cool4doc
11-03-2003, 03:24 PM
thank you much.
I also wish to know how to resize my navigation bar for each menu. Presently I am using the same size for all menus
function big(lyr) {
document.all[lyr].style.height='180px'; }
function small(lyr) {
document.all[lyr].style.height='32px';
}
Thank you much!
cool
Use CSS. (See the links in my signature for more information on it.)
[J]ona
eve_says
07-22-2006, 05:32 AM
I want to put more than the 3 that are avaible in the script. How can I do that please :confused:
This is the script http://javascript.internet.com/navigation/layered-drop-down-menu.html