Forums

This topic is locked

Menu Bar - Button to stay down while on page

Posted 23 Dec 2002 02:32:32
1
has voted
23 Dec 2002 02:32:32 Kim Polley posted:
Hello

Does anyone know how to get a button in the menu bar to stay highlighted while you're on a given page?

I know about the 'down initially' option but then it stays on the entire time, even when you change onto another page. I'm using Dreamweaver MX.

ARGH!!!!!!!!

The web address in question is:

www.users.bigpond.net.au/bohemian/index.htm

Thanks
Kim

__________________________
B O H E M I A N_B E L L E
www.bohemianbelle.com.au

Replies

Replied 25 Dec 2002 17:29:03
25 Dec 2002 17:29:03 asp asp replied:
Lets say your on a page called INFO, and the INFO BUTTON has to stay selected, just remove the rollover actions and replace that button with the down state from your clips! thats is!
Replied 28 Dec 2002 00:36:55
28 Dec 2002 00:36:55 Kim Polley replied:
Hi again... I'm a little confused by your reply "...just remove the rollover actions and replace that button with the down state from your clips!... Can you please explain a little further, here is the code for one menu button...

<a href="tell_a_friend.htm" target="_top" onClick="MM_nbGroup('down','group1','_08_tell_a_friend','assets/buttons/08_tell_a_friend_over.gif',1)" onMouseOver="MM_nbGroup('over','_08_tell_a_friend','assets/buttons/08_tell_a_friend_over.gif','assets/buttons/08_tell_a_friend_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/08_tell_a_friend.gif" alt="tell a friend" name="_08_tell_a_friend" width="91" height="17" border="0" onload=""></a>

Thanks
Kim

Edited by - Bohemian Belle on 28 Dec 2002 00:39:56
Replied 28 Dec 2002 19:30:34
28 Dec 2002 19:30:34 asp asp replied:
ok! let's say you have a roll over that goes to "tell_a_friend.htm" well when you are on this "tell a friend page"! lets makes the button a DOWN button so people know were they are! remove all the rollover action on that page for the specific button and then import the down button to replcae the old one! hope this makes more sence!
Replied 29 Dec 2002 10:59:31
29 Dec 2002 10:59:31 Syed Rizvi replied:
Quote
Hello

this is arslan from pakistan ...can u help me .. plz ....

im using dreamweaver 4 .....n i want that when user open my web page and when it resize browser window ...then my page automatic fit in the browser ......weather user using 800x600 or 1024 pixel
it automatic fix in to the browser window

plz help me
thanx
Arsalan

Libra
Replied 02 Jan 2003 01:24:50
02 Jan 2003 01:24:50 Kim Polley replied:
Hello again - happy new year.

I've been away for a week so apologies for the delay in responding.

OK... I feel like I'm being soooo dumb over this, I know it must be easy but I'm still not getting it.

When I set up my navigation bar I do it all in Dreamweaver MX under 'insert', 'interactive images', 'navigation bar'. I fill in the spaces as follows...

Up Image:
assets/buttons/01_home.gif (white text)
Over Image:
assets/buttons/01_home_over.gif (green text)
Down Image:
assets/buttons/01_home_over.gif (green text)
Over While Down Image:
assets/buttons/01_home_over.gif (green text)

Then down the bottom the Show 'Down Image' Initially option is not checked.

I've played around with all sorts of combinations - but it still won't work. If I check 'Down Image' initially it works but then it won't turn off when I change pages - which makes sense.

The code for all of the above is:
<tr>
<td><a href="home.htm" target="_top" onClick="MM_nbGroup('down','group1','_01_home','assets/buttons/01_home_over.gif',1)" onMouseOver="MM_nbGroup('over','_01_home','assets/buttons/01_home_over.gif','assets/buttons/01_home_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/01_home.gif" alt="home" name="_01_home" border="0" onload=""></a></td>
<td><a href="technique.htm" target="_top" onClick="MM_nbGroup('down','group1','_02_technique','assets/buttons/02_technique_over.gif',1)" onMouseOver="MM_nbGroup('over','_02_technique','assets/buttons/02_technique_over.gif','assets/buttons/02_technique_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/02_technique.gif" alt="technique" name="_02_technique" border="0" onload=""></a></td>
<td><a href="benefits.htm" target="_top" onClick="MM_nbGroup('down','group1','_03_benefits','assets/buttons/03_benefits_over.gif',1)" onMouseOver="MM_nbGroup('over','_03_benefits','assets/buttons/03_benefits_over.gif','assets/buttons/03_benefits_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/03_benefits.gif" alt="benefits" name="_03_benefits" width="66" height="17" border="0" onload=""></a></td>
<td><a href="course.htm" target="_top" onClick="MM_nbGroup('down','group1','_04_course','assets/buttons/04_course_over.gif',1)" onMouseOver="MM_nbGroup('over','_04_course','assets/buttons/04_course_over.gif','assets/buttons/04_course_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/04_course.gif" alt="course" name="_04_course" width="57" height="17" border="0" onload=""></a></td>
<td><a href="author.htm" target="_top" onClick="MM_nbGroup('down','group1','_05_author','assets/buttons/05_author_over.gif',1)" onMouseOver="MM_nbGroup('over','_05_author','assets/buttons/05_author_over.gif','assets/buttons/05_author_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/05_author.gif" alt="author" name="_05_author" border="0" onload=""></a></td>
<td><a href="testimonials.htm" target="_top" onClick="MM_nbGroup('down','group1','_06_testimonials','assets/buttons/06_testimonials_over.gif',1)" onMouseOver="MM_nbGroup('over','_06_testimonials','assets/buttons/06_testimonials_over.gif','assets/buttons/06_testimonials_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/06_testimonials.gif" alt="testimonials" name="_06_testimonials" width="90" height="17" border="0" onload=""></a></td>
<td><a href="free_trial.htm" target="_top" onClick="MM_nbGroup('down','group1','_07_free_trial','assets/buttons/07_free_trial_over.gif',1)" onMouseOver="MM_nbGroup('over','_07_free_trial','assets/buttons/07_free_trial_over.gif','assets/buttons/07_free_trial_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/07_free_trial.gif" alt="free trial" name="_07_free_trial" width="75" height="17" border="0" onload=""></a></td>
<td><a href="tell_a_friend.htm" target="_top" onClick="MM_nbGroup('down','group1','_08_tell_a_friend','assets/buttons/08_tell_a_friend_over.gif',1)" onMouseOver="MM_nbGroup('over','_08_tell_a_friend','assets/buttons/08_tell_a_friend_over.gif','assets/buttons/08_tell_a_friend_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/08_tell_a_friend.gif" alt="tell a friend" name="_08_tell_a_friend" width="91" height="17" border="0" onload=""></a></td>
<td><a href="order.htm" target="_top" onClick="MM_nbGroup('down','group1','_09_order','assets/buttons/09_order_over.gif',1)" onMouseOver="MM_nbGroup('over','_09_order','assets/buttons/09_order_over.gif','assets/buttons/09_order_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/09_order.gif" alt="order" name="_09_order" width="50" height="17" border="0" onload=""></a></td>
<td><a href="privacy.htm" target="_top" onClick="MM_nbGroup('down','group1','_10_privacy','assets/buttons/10_privacy_over.gif',1)" onMouseOver="MM_nbGroup('over','_10_privacy','assets/buttons/10_privacy_over.gif','assets/buttons/10_privacy_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/10_privacy.gif" alt="privacy" name="_10_privacy" width="59" height="17" border="0" onload=""></a></td>
<td><a href="contact.htm" target="_top" onClick="MM_nbGroup('down','group1','_11_contact','assets/buttons/11_contact_over.gif',1)" onMouseOver="MM_nbGroup('over','_11_contact','assets/buttons/11_contact_over.gif','assets/buttons/11_contact_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/11_contact.gif" alt="contact" name="_11_contact" border="0" onload=""></a></td>

Thankyou soooo much for your patience.

Kim

PS. I haven't gone into the 'insert', 'interactive images', 'rollover image' category to create the navigation bar.

__________________________
B O H E M I A N_B E L L E
www.bohemianbelle.com.au
Replied 02 Jan 2003 20:30:58
02 Jan 2003 20:30:58 asp asp replied:
OK! i didi not know that your were using the NAV BAR in DWMX, this should be simple then! open your page! select the button for that page which has to be down, once selected go to the behaviors palette, open the behavior, click "ADVANCED" and you can choose which button should be Down for the page your on! Cheers!
Replied 03 Jan 2003 02:12:10
03 Jan 2003 02:12:10 Kim Polley replied:
Hey asp...

ARGH #!&*%#^@!!!!!!!!!!!!

You'd think I'd have this by now wouldn't you!

Found the Advanced section OK, however, when I have a play around it doesn't allow the button to stay down permantly whilst on the page.

EG. When I click on Contact I want the Contact button to stay green (the down position) the entire time I'm on that page, it's not until I click on another page that it should go back to its up position which is white.

Both areas of the Advanced section: 'Down Image' and 'Over bla bla' don't seem to work they only allow you to change the functionality on other buttons...

I appreciate your help.

Tks

__________________________
B O H E M I A N_B E L L E
www.bohemianbelle.com.au
Replied 03 Jan 2003 02:49:49
03 Jan 2003 02:49:49 asp asp replied:
Hi! ok this should help! i see its for the www.peaceatwork.com site, here is the code to fix the down state on the "tell a friend page"


<tr>
<td><a href="home.htm" target="_top" onClick="MM_nbGroup('down','group1','_01_home','assets/buttons/01_home_over.gif',1)" onMouseOver="MM_nbGroup('over','_01_home','assets/buttons/01_home_over.gif','assets/buttons/01_home_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/01_home.gif" alt="home" name="_01_home" border="0" onload=""></a></td>
<td><a href="technique.htm" target="_top" onClick="MM_nbGroup('down','group1','_02_technique','assets/buttons/02_technique_over.gif',1)" onMouseOver="MM_nbGroup('over','_02_technique','assets/buttons/02_technique_over.gif','assets/buttons/02_technique_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/02_technique.gif" alt="technique" name="_02_technique" border="0" onload=""></a></td>
<td><a href="benefits.htm" target="_top" onClick="MM_nbGroup('down','group1','_03_benefits','assets/buttons/03_benefits_over.gif',1)" onMouseOver="MM_nbGroup('over','_03_benefits','assets/buttons/03_benefits_over.gif','assets/buttons/03_benefits_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/03_benefits.gif" alt="benefits" name="_03_benefits" width="66" height="17" border="0" onload=""></a></td>
<td><a href="course.htm" target="_top" onClick="MM_nbGroup('down','group1','_04_course','assets/buttons/04_course_over.gif',1)" onMouseOver="MM_nbGroup('over','_04_course','assets/buttons/04_course_over.gif','assets/buttons/04_course_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/04_course.gif" alt="course" name="_04_course" width="57" height="17" border="0" onload=""></a></td>
<td><a href="author.htm" target="_top" onClick="MM_nbGroup('down','group1','_05_author','assets/buttons/05_author_over.gif',1)" onMouseOver="MM_nbGroup('over','_05_author','assets/buttons/05_author_over.gif','assets/buttons/05_author_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/05_author.gif" alt="author" name="_05_author" border="0" onload=""></a></td>
<td><a href="testimonials.htm" target="_top" onClick="MM_nbGroup('down','group1','_06_testimonials','assets/buttons/06_testimonials_over.gif',1)" onMouseOver="MM_nbGroup('over','_06_testimonials','assets/buttons/06_testimonials_over.gif','assets/buttons/06_testimonials_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/06_testimonials.gif" alt="testimonials" name="_06_testimonials" width="90" height="17" border="0" onload=""></a></td>
<td><a href="free_trial.htm" target="_top" onClick="MM_nbGroup('down','group1','_07_free_trial','assets/buttons/07_free_trial_over.gif',1)" onMouseOver="MM_nbGroup('over','_07_free_trial','assets/buttons/07_free_trial_over.gif','assets/buttons/07_free_trial_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/07_free_trial.gif" alt="free trial" name="_07_free_trial" width="75" height="17" border="0" onload=""></a></td>
<td><a href="tell_a_friend.htm" target="_top"><img src="assets/buttons/08_tell_a_friend_over.gif" alt="tell a friend" name="_08_tell_a_friend" width="91" height="17" border="0" onload=""></a></td>
<td><a href="order.htm" target="_top" onClick="MM_nbGroup('down','group1','_09_order','assets/buttons/09_order_over.gif',1)" onMouseOver="MM_nbGroup('over','_09_order','assets/buttons/09_order_over.gif','assets/buttons/09_order_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/09_order.gif" alt="order" name="_09_order" width="50" height="17" border="0" onload=""></a></td>
<td><a href="privacy.htm" target="_top" onClick="MM_nbGroup('down','group1','_10_privacy','assets/buttons/10_privacy_over.gif',1)" onMouseOver="MM_nbGroup('over','_10_privacy','assets/buttons/10_privacy_over.gif','assets/buttons/10_privacy_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/10_privacy.gif" alt="privacy" name="_10_privacy" width="59" height="17" border="0" onload=""></a></td>
<td><a href="contact.htm" target="_top" onClick="MM_nbGroup('down','group1','_11_contact','assets/buttons/11_contact_over.gif',1)" onMouseOver="MM_nbGroup('over','_11_contact','assets/buttons/11_contact_over.gif','assets/buttons/11_contact_over.gif',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/11_contact.gif" alt="contact" name="_11_contact" border="0" onload=""></a></td>


all i did was take out the 3 behaviors for that page on the button called tell a friend. and replaced the source button with the down state. thats it! if you do this to all your pages it will work like a charme, paste this code in your dreamweaver and notice the behaviors are gone for the tell_frind button! do thison the other pages and that should do the trick!!
Replied 03 Jan 2003 03:35:51
03 Jan 2003 03:35:51 Kim Polley replied:
Hey

Tks for that, I'll give it a go. It is for the Peace at Work site... this is the new 'look and feel' I'm working with.

www.users.bigpond.net.au/bohemian/home.htm



__________________________
B O H E M I A N_B E L L E
www.bohemianbelle.com.au
Replied 03 Jan 2003 03:40:36
03 Jan 2003 03:40:36 Kim Polley replied:
Nah, it didn't work, that will keep the 'tell a friend' button down the entire time (like clicking 'Down Initially' in the DWMX Navigation Bar option).

Have a look at the link to see what it's doing.

www.users.bigpond.net.au/bohemian/home.htm

Kim

__________________________
B O H E M I A N_B E L L E
www.bohemianbelle.com.au
Replied 04 Jan 2003 02:33:44
04 Jan 2003 02:33:44 asp asp replied:
Hello kim, here you go!!! copy and paste this i into a new document in the root level to test it out, you will have to redo your link for the buttons but they will now stay down, good luck

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#"!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?")>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_nbGroup(event, grpName) { //v6.0
var i,img,nbArr,args=MM_nbGroup.arguments;
if (event == "init" && args.length > 2) {
if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
nbArr[nbArr.length] = img;
for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = args[i+1];
nbArr[nbArr.length] = img;
} }
} else if (event == "over" {
document.MM_nbOver = nbArr = new Array();
for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
nbArr[nbArr.length] = img;
}
} else if (event == "out" ) {
for (i=0; i < document.MM_nbOver.length; i++) {
img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
} else if (event == "down" {
nbArr = document[grpName];
if (nbArr)
for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
document[grpName] = nbArr = new Array();
for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
nbArr[nbArr.length] = img;
} }
}
//-->
</script>
</head>

<body onLoad="MM_preloadImages('assets/buttons/10_privacy_over.gif','assets/buttons/09_order_over.gif','assets/buttons/07_free_trial_over.gif','assets/buttons/06_testimonials_over.gif','assets/buttons/05_author_over.gif','assets/buttons/04_course_over.gif','assets/buttons/03_benefits_over.gif','assets/buttons/02_technique_over.gif','assets/buttons/01_home_over.gif','assets/buttons/11_contact_over.gif','assets/buttons/08_tell_a_friend_over.gif')">
<html>
<table width="100" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#0066CC" class="Master">
<tr align="center" valign="bottom">
<td width="807" height="100" class="Master"><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','group1','_01_home','assets/buttons/01_home_over.gif','_02_technique','','_03_benefits','','_04_course','','_05_author','','_06_testimonials','','_07_free_trial','','_08_tell_a_friend','','_09_order','','_10_privacy','','_11_contact','',1)" onMouseOver="MM_nbGroup('over','_01_home','assets/buttons/01_home_over.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/01_home.gif" alt="home" name="_01_home" border="0" onload=""></a></td>
<td><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','group1','_02_technique','assets/buttons/02_technique_over.gif','_01_home','','_03_benefits','','_04_course','','_05_author','','_06_testimonials','','_07_free_trial','','_08_tell_a_friend','','_09_order','','_10_privacy','','_11_contact','',1)" onMouseOver="MM_nbGroup('over','_02_technique','assets/buttons/02_technique_over.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/02_technique.gif" alt="technique" name="_02_technique" border="0" onload=""></a></td>
<td><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','group1','_03_benefits','assets/buttons/03_benefits_over.gif','_01_home','','_02_technique','','_04_course','','_05_author','','_06_testimonials','','_07_free_trial','','_08_tell_a_friend','','_09_order','','_10_privacy','','_11_contact','',1)" onMouseOver="MM_nbGroup('over','_03_benefits','assets/buttons/03_benefits_over.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/03_benefits.gif" alt="benefits" name="_03_benefits" width="66" height="17" border="0" onload=""></a></td>
<td><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','group1','_04_course','assets/buttons/04_course_over.gif','_01_home','','_02_technique','','_03_benefits','','_05_author','','_06_testimonials','','_07_free_trial','','_08_tell_a_friend','','_09_order','','_10_privacy','','_11_contact','',1)" onMouseOver="MM_nbGroup('over','_04_course','assets/buttons/04_course_over.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/04_course.gif" alt="course" name="_04_course" width="57" height="17" border="0" onload=""></a></td>
<td><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','group1','_05_author','assets/buttons/05_author_over.gif','_01_home','','_02_technique','','_03_benefits','','_04_course','','_06_testimonials','','_07_free_trial','','_08_tell_a_friend','','_09_order','','_10_privacy','','_11_contact','',1)" onMouseOver="MM_nbGroup('over','_05_author','assets/buttons/05_author_over.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/05_author.gif" alt="author" name="_05_author" border="0" onload=""></a></td>
<td><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','group1','_06_testimonials','assets/buttons/06_testimonials_over.gif','_01_home','','_02_technique','','_03_benefits','','_04_course','','_05_author','','_07_free_trial','','_08_tell_a_friend','','_09_order','','_10_privacy','','_11_contact','',1)" onMouseOver="MM_nbGroup('over','_06_testimonials','assets/buttons/06_testimonials_over.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/06_testimonials.gif" alt="testimonials" name="_06_testimonials" width="90" height="17" border="0" onload=""></a></td>
<td><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','group1','_07_free_trial','assets/buttons/07_free_trial_over.gif','_01_home','','_02_technique','','_03_benefits','','_04_course','','_05_author','','_06_testimonials','','_08_tell_a_friend','','_09_order','','_10_privacy','','_11_contact','',1)" onMouseOver="MM_nbGroup('over','_07_free_trial','assets/buttons/07_free_trial_over.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/07_free_trial.gif" alt="free trial" name="_07_free_trial" width="75" height="17" border="0" onload=""></a></td>
<td><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','group1','_08_tell_a_friend','assets/buttons/08_tell_a_friend_over.gif','_01_home','','_02_technique','','_03_benefits','','_04_course','','_05_author','','_06_testimonials','','_09_order','','_10_privacy','','_11_contact','',1)" onMouseOver="MM_nbGroup('over','_08_tell_a_friend','assets/buttons/08_tell_a_friend_over.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/08_tell_a_friend.gif" alt="free trial" name="_08_tell_a_friend" border="0" onload=""></a></td>
<td><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','group1','_09_order','assets/buttons/09_order_over.gif','_01_home','','_02_technique','','_03_benefits','','_04_course','','_05_author','','_06_testimonials','','_07_free_trial','','_10_privacy','',1)" onMouseOver="MM_nbGroup('over','_09_order','assets/buttons/09_order_over.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/09_order.gif" alt="order" name="_09_order" width="50" height="17" border="0" onload=""></a></td>
<td><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','group1','_10_privacy','assets/buttons/10_privacy_over.gif','_01_home','','_02_technique','','_03_benefits','','_04_course','','_05_author','','_06_testimonials','','_07_free_trial','','08_tell_a_friend','','_09_order','','_11_contact','',1)" onMouseOver="MM_nbGroup('over','_10_privacy','assets/buttons/10_privacy_over.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/10_privacy.gif" alt="privacy" name="_10_privacy" width="59" height="17" border="0" onload=""></a></td>
<td><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','group1','_10_contact','assets/buttons/11_contact_over.gif','_01_home','','_02_technique','','_03_benefits','','_04_course','','_05_author','','_06_testimonials','','_07_free_trial','','08_tell_a_friend','','_09_order','',1)" onMouseOver="MM_nbGroup('over','_10_contact','assets/buttons/11_contact_over.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/11_contact.gif" alt="contact" name="_10_contact" border="0" onload=""></a></td>
</tr>
</table></td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="1" class="Master"> </td>
</tr>
</table>
</body>
</html>

</body>
</html>
Replied 04 Jan 2003 07:36:35
04 Jan 2003 07:36:35 Kim Polley replied:
Wow - it worked - how did you do that?

...except one thing (sorry)... re: the page links, how do I now link the pages....

In the 'Modify', 'Navigation Bar' option:

'when clicked, go to url' it now has
javascript:;
how do I insert the page for the buttons to link to without deleting the javascript:; ?

Thanks sooooooooo much, if we were in the same country I'd buy you a beer!

Kim

__________________________
B O H E M I A N_B E L L E
www.bohemianbelle.com.au
Replied 04 Jan 2003 07:59:30
04 Jan 2003 07:59:30 asp asp replied:
Hi! just replace the javascript:; with "whatever.html" the javascript:; is just there tomake a fake link!! enjoy
Replied 05 Jan 2003 03:02:34
05 Jan 2003 03:02:34 Kim Polley replied:
I'm about to have a warm bath with some razor blades and vodka! argh!!!!!!!!!!!!

You know what happens, as soon as you take away "javascript:;" and replace it with the link eg. "home.htm" the functionality of the button staying down disappears... soooo frustrating 'cause it works beautifully without the links.

Kim

__________________________
B O H E M I A N_B E L L E
www.bohemianbelle.com.au
Replied 05 Jan 2003 05:49:17
05 Jan 2003 05:49:17 asp asp replied:
ok! here is what you do! now that the nav works! select the HOME button, and go to your BEHAVIOURS MENU! select GO TO URL, then typ in in the URL and that shoudl do it!! im sorry it is taking so long! if i had all the pages here! i would do it for ya in a second... let me know if this works out! it should!
Replied 06 Jan 2003 02:14:00
06 Jan 2003 02:14:00 Kim Polley replied:
Hey... how are things in sunny UK?

I was very excited this morning to launch the menu bar but it didn't work when I filled in the 'go to url' (www.bla bla) - what it's doing is almost like a rollover and changing each page (i'm using frames).

I thought we were almost there... which I think we are (hmmm, you are), what do you think?

It works perfectly if I cut and paste the code that you attached above, but as soon as I take out the javascript link it no longer works.

Can I email you anything? Sorry this is taking so long, I bet you regret responding to my query huh!

Kim

__________________________
B O H E M I A N_B E L L E
www.bohemianbelle.com.au
Replied 06 Jan 2003 06:29:15
06 Jan 2003 06:29:15 asp asp replied:
ahh! you must not take the javascript:; link out! leave it there, instead select the button one by one and go to the behavior pannel! there you will find a function called GO TO URL, open it and type in "whatever.html" then select the frame from the LIST. that should do it!!
Replied 06 Jan 2003 07:07:16
06 Jan 2003 07:07:16 Kim Polley replied:
Hey Good Morning - you're up bright and early!

OK... tried that and what it's doing is defaulting in the behavours menu as:

(on click) Set Nav Bar Image
(on Mouse Out) Set Nav Bar Image
(on Mouse Over) Set Nav Bar Image
(on Mouse Over) Go to URL

which is making it do a rollover effect when moving the pointer over 'home' , 'technique'... I can upload for you to see if you like.

Kim

__________________________
B O H E M I A N_B E L L E
www.bohemianbelle.com.au
Replied 06 Jan 2003 17:34:50
06 Jan 2003 17:34:50 asp asp replied:
Hey!! just for the record, im in canada lol.. not UK but thats ok! ok! seems like you have the (on Mouse Over) Go to URL, i would change the ONMOUSE OVER to ONCLICK? this way it wont act like a roll over! hope this works out for ya!
Replied 06 Jan 2003 23:31:10
06 Jan 2003 23:31:10 Kim Polley replied:
Hey... Canada is gorgeous, travelled all the way across on the CN (?) train - it was great!

OK, I did this with the code, and it loads up the page OK but the button doesn't stay down.... hmmm??

<td><a href="javascript:;" target="_top" onClick="MM_nbGroup('down','group1','_01_home','assets/buttons/01_home_over.gif','_02_technique','','_03_benefits','','_04_course','','_05_author','','_06_testimonials','','_07_free_trial','','_08_tell_a_friend','','_09_order','','_10_privacy','','_11_contact','',1);MM_goToURL('parent','home.htm');return document.MM_returnValue" onMouseOver="MM_nbGroup('over','_01_home','assets/buttons/01_home_over.gif','',1)" onMouseOut="MM_nbGroup('out')"><img src="assets/buttons/01_home.gif" alt="home" name="_01_home" border="0" onload=""></a></td>

Hope you're having a good day.

Kim

__________________________
B O H E M I A N_B E L L E
www.bohemianbelle.com.au
Replied 07 Jan 2003 03:19:32
07 Jan 2003 03:19:32 asp asp replied:
Heloo! again!! if you give me an email! i will send your the site all fixed!! cheers

Reply to this topic