Hi people... I'm a photographer with a past lifetime of technology, so I hate asking a question that I should have been able to figure out.
Bear with me... I *DID* read everything I found on embedding this menu in a table cell, but I just can't get it to work. I really have gone around so many times I'm not even sure where I started, but here's where I'm at:
Here is my embedded code:
http://www.fuglestadphotography.com/tab ... in_menu.js
And here is required code:
http://www.fuglestadphotography.com/tab ... nu_data.js
Really, this could be totally messed up by now... I've tried everything. I must be missing something embarrassingly silly.
Does it matter that I have not purchased it yet? I'm waiting for it to work before I spend I have an official license.
Anyway... sorry for what I'm sure is a redundant post. Telling me to search will do no good because I have and I cannot recognize what I'm doing wrong with this.
Thanks in advance.
Jim
I know... a table cell question
-
- Beginner
- Posts: 9
- Joined: Fri Jul 07, 2006 11:29 pm
- Location: Minneapolis
- Contact:
Hello,
Without the page, there's no way to really see what's wrong.
Your embedded main looks like it's submenus, and your menu data looks like it's style and main menu.
Take those submenus out of the embedded main file and put them in the menu_data.js file and take the main menu out of the menu_data.js file and put that in the embedded_main file.
If there is still a problem, we need the page to see what's up.
Ruth
Without the page, there's no way to really see what's wrong.
Your embedded main looks like it's submenus, and your menu data looks like it's style and main menu.
Take those submenus out of the embedded main file and put them in the menu_data.js file and take the main menu out of the menu_data.js file and put that in the embedded_main file.
If there is still a problem, we need the page to see what's up.
Ruth
-
- Beginner
- Posts: 9
- Joined: Fri Jul 07, 2006 11:29 pm
- Location: Minneapolis
- Contact:
-
- Beginner
- Posts: 9
- Joined: Fri Jul 07, 2006 11:29 pm
- Location: Minneapolis
- Contact:
okay.... thanks Ruth...
Here's my page...
http://www.fuglestadphotography.com/tab ... /index.htm
Below the photos I want the menu...
Thank you.
Here's my page...
http://www.fuglestadphotography.com/tab ... /index.htm
Below the photos I want the menu...
Thank you.
Hi,
OK, just copy and paste the below sections. You still have things backwards, you've put the submenus into the table and the main up at the calls for the files. The subs have to be up there and the main in the table.
That is not why it's not showing, you have a closing bracket missing at the end of the menuSTyle. Anyway copy the below and save as directed.
Save the first one as menu_data.js
Save the next one as embedded_main_menu.js
I put them the way they are supposed to be, it's the main menu that goes in the table, not the submenus, and I added the missing } in the style section. It now shows, in the white area below the pictures.
Ruth
OK, just copy and paste the below sections. You still have things backwards, you've put the submenus into the table and the main up at the calls for the files. The subs have to be up there and the main in the table.
That is not why it's not showing, you have a closing bracket missing at the end of the menuSTyle. Anyway copy the below and save as directed.
Save the first one as menu_data.js
Code: Select all
fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
with(menuStyle=new mm_style()){
bordercolor="#c5cc8f";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#ffffff";
offbgcolor="#c5cc8f";
offcolor="#ffffff";
onbgcolor="#ffffff";
oncolor="#c5cc8f";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
}
with(Home=new menuname("Portraits")){
overflow="scroll";
style=menuStyle;
aI("text=Portfolio;url=http://www.Home.com/menusample86.php;")
aI("text=Pictures in the Park;url=http://www.Home.com/menusample1.php;")
aI("text=Lifestyle Family;url=http://www.Home.com/menusample2.php;")
aI("text=Your Everyday Life;url=http://www.Home.com/menusample25.php;")
aI("text=Studio;url=http://www.Home.com/menusample86.php;")
aI("text=Corporate;url=http://www.Home.com/menusample24.php;")
aI("text=Models;url=http://www.Home.com/menusample82.php;")
aI("text=Pricing;url=http://www.Home.com/menusample86.php;")
aI("text=FAQ - Please Read;url=http://www.Home.com/menusample83.php;")
}
with(Home=new menuname("Weddings")){
style=menuStyle;
aI("text=Portfolio;url=http://www.Home.com/cbuy.php;");
aI("text=Proposals;url=http://www.Home.com/contactus.php;");
aI("text=Engagements;url=http://www.Home.com/newsletter.php;");
aI("text=Bridal Sessions;url=http://www.Home.com/menufaq.php;");
aI("text=Weddings;url=http://www.Home.com/forum/;");
aI("text=Pricing;url=http://www.Home.com/license.php;");
aI("text=FAQ - Please Read;url=http://www.Home.com/privacy.php;");
}
with(Home=new menuname("Seniors")){
style=menuStyle;
aI("text=Portfolio;url=http://www.Home.com/menusample86.php;")
aI("text=Pricing;url=http://www.softidiom.com/?Homemenu;");
aI("text=FAQ - Please Read;url=http://www.sms2email.com/;");
}
with(Home=new menuname("Events")){
style=menuStyle;
aI("text=Portfolio;url=http://www.Home.com/menusample86.php;")
aI("text=Pricing;url=http://www.softidiom.com/?Homemenu;");
aI("text=FAQ - Please Read;url=http://www.sms2email.com/;");
}
with(Home=new menuname("About")){
style=menuStyle;
aI("text=Photographer's Statement;url=http://www.spamcop.net/;");
aI("text=Bio;url=http://www.mimedefang.org/;");
aI("text=Contact;url=http://www.spamassassin.org/;");
aI("text=Awards & Honors;url=http://www.mimedefang.org/;");
aI("text=News;url=http://www.spamassassin.org/;");
aI("text=Email;url=mailto:jim@fuglestadphotography.com ;");
}
with(Home=new menuname("Blog")){
style=menuStyle;
aI("text=Blog;url=http://www.fuglestadphotography.com/blog/;");
}
drawMenus();
Code: Select all
with(Home=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position="relative";
aI("status=Back To Home Page;text=Home;url=http://www.fuglestadphotography.com/;");
aI("showmenu=Portraits;text=Portraits;");
aI("showmenu=Weddings;text=Weddings;");
aI("showmenu=Seniors;text=Seniors;");
aI("showmenu=Events;text=Events;");
aI("showmenu=About;text=About;");
aI("showmenu=Blog;text=Blog;");
}
drawMenus();
Ruth
-
- Beginner
- Posts: 9
- Joined: Fri Jul 07, 2006 11:29 pm
- Location: Minneapolis
- Contact:
-
- Beginner
- Posts: 9
- Joined: Fri Jul 07, 2006 11:29 pm
- Location: Minneapolis
- Contact:
YAY! It worked!
Thanks again Ruth! Works great!