I'd like to embed my nav inside a table so that it moves with the page. I have tried unsucessfully so far. Here is the test link,
http://www.newmanimages.com/2/index2.html
I would like the nav to stay in the table below the logo and move with the page. Any help would be greatly appreciated.
I also and wanting to know how to use this nav with iframes.
Thank you,
Krista
Code: Select all
_scrollAmount=5 // Used for Netscape 4 scrolling
_scrollDelay=10 // Used for Netscape 4 scrolling
_menuCloseDelay=500 // The delay for menus to remain visible on mouse off
_menuOpenDelay=150 // The delay for opening menus on mouse over
_subOffsetTop=0; // Sub menu offset Top position
_subOffsetLeft=0; // Sub menu offset Left position
Goverfilter="Alpha(style=1,opacity=25,finishOpacity=100,startX=0,
finishX=100,startY=100,finishY=0);Fade(duration=0.2);
Shadow(color='#777777', Direction=135,
Strength=5)"
Goverfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777',
Direction=135, Strength=5)"
Goutfilter="randomdissolve(duration=0.3)"
Goutfilter=""
Goverfilter=""
AllMargin=0
treeOffset=0; // Used to set the offset of sub menus
singleMasterMenu=true // Informs the system to on;y have one menu open at a time
with(tstyle1=new mm_style()){
offcolor = "#999999";
onbgcolor = "#000000";
oncolor = "#CDCDCD";
offbgcolor="#000000"
ondecoration="underline"
borderstyle = "solid";
subimage=""
onsubimage=""
bordercolor="000000"
borderwidth=1
padding = 4
fontsize = "10px";
fontfamily = "arial, verdana, tahoma";
subimageposition="top right" ;
separatorsize=1
separatorcolor="#000000";
image="trans.gif"
subimagepadding=3
imagepadding=2
itemwidth=140
}
sub1Style=new copyOf(tstyle1)
sub1Style.offcolor = "#999999";
sub1Style.offbgcolor="#000000"
sub1Style.separatorcolor="#000000"
sub2Style=new copyOf(tstyle1)
sub2Style.offcolor = "#999999";
sub2Style.offbgcolor="#000000"
sub2Style.separatorcolor="#000000"
tstyle1.clickcolor="#CCCCCC"
tstyle1.clickbgcolor="#000000"
with(new menuname("main Tree Menu")){
top=70
left=70
style = tstyle1;
alwaysvisible = 1;
itemwidth=150
//margin=AllMargin
//position="relative"
aI("text=Ashland;showmenu=1;type=tree;
image=http://www.newmanimages.com/2/nav/menu_off.gif;
overimage=http://www.newmanimages.com/2/nav/menu_on.gif");
aI("text=Ashland People;showmenu=2;type=tree;
image=http://www.newmanimages.com/2/nav/menu_off.gif;
overimage=http://www.newmanimages.com/2/nav/menu_on.gif");
aI("text=Oregon;showmenu=3;type=tree;
image=http://www.newmanimages.com/2/nav/menu_off.gif;
overimage=http://www.newmanimages.com/2/nav/menu_on.gif");
aI("text=The Coast;showmenu=4;type=tree;
image=http://www.newmanimages.com/2/nav/menu_off.gif;
overimage=http://www.newmanimages.com/2/nav/menu_on.gif");
aI("text=California;showmenu=5;type=tree;
image=http://www.newmanimages.com/2/nav/menu_off.gif;
overimage=http://www.newmanimages.com/2/nav/menu_on.gif");
aI("text=Featured Galleries;showmenu=6;type=tree;
image=http://www.newmanimages.com/2/nav/menu_off.gif;
overimage=http://www.newmanimages.com/2/nav/menu_on.gif");
}
with(new menuname("1")){
style = sub1Style;
margin=AllMargin
aI("text=Downtown Scenics;url=http://newmanimages.com");
aI("text=Ashland Springs;url=http://newmanimages.com");
aI("text=Festival of Light;url=http://newmanimages.com");
aI("text=Lithia Park;url=http://newmanimages.com");
aI("text=Ashland Creek;url=http://newmanimages.com");
aI("text=Ashland Closeups;url=http://newmanimages.com");
aI("text=Ashland Outskirts;url=http://newmanimages.com");
aI("text=Emigrant Lake;url=http://newmanimages.com");
aI("text=Mt. Ashland;url=http://newmanimages.com");
}
with(new menuname("2")){
style = sub1Style;
margin=AllMargin
aI("text=Random Humans;url=http://newmanimages.com");
aI("text=Musicians;url=http://newmanimages.com");
aI("text=Demonstrations;url=http://newmanimages.com");
aI("text=Fourth of July;url=http://newmanimages.com");
aI("text=Halloween;url=http://newmanimages.com");
}
with(new menuname("3")){
style = sub2Style;
margin=AllMargin
aI("text=Table Rocks;url=http://newmanimages.com");
aI("text=Crater Lake;url=http://newmanimages.com");
aI("text=Rivers and Lakes;url=http://newmanimages.com");
aI("text=Towns and Farms;url=http://newmanimages.com");
aI("text=Portland;url=http://newmanimages.com");
}
with(new menuname("4")){
style = sub1Style;
margin=AllMargin
aI("text=Sunsets and Sunrises;url=http://newmanimages.com");
aI("text=Towns and Beaches;url=http://newmanimages.com");
}
with(new menuname("5")){
style = sub1Style;
margin=AllMargin
aI("text=Mt. Shasta;url=http://newmanimages.com");
aI("text=Yosemite National Park;url=http://newmanimages.com");
aI("text=More from California;url=http://newmanimages.com");
}
with(new menuname("6")){
style = sub1Style;
margin=AllMargin
aI("text=Best of the Best;url=http://newmanimages.com");
aI("text=Trails;url=http://newmanimages.com");
aI("text=Signs;url=http://newmanimages.com");
aI("text=People;url=http://newmanimages.com");
}
drawMenus()