/    Sign up×
Community /Pin to ProfileBookmark

Vladdy,

Relating to the copywrite…it’s in the index file which I
m not changing… I’m uploading and will see what happens…

to post a comment
JavaScript

34 Comments(s)

Copy linkTweet thisAlerts:
@PittimannMar 12.2004 — Hi!

Aren't you talking to me??? :p

Cheers - Pit
Copy linkTweet thisAlerts:
@Janet_BestauthorMar 12.2004 — Wow - what a faux pa...my cheeks are red Pit...
Copy linkTweet thisAlerts:
@PittimannMar 12.2004 — Hi!

No problem! ?

What do you mean with the copyright stuff??

Cheers - Pit
Copy linkTweet thisAlerts:
@Janet_BestauthorMar 12.2004 — Pit,

At my work website where I got this menu, there is a copywrite html file posted on the server...I didn't post it at my server...

The old files were html...Should these be html files or text files...I renamed them yours with the old names (as texts) and sent them up and the menu is confused....

http://home.comcast.net/~pattyandjanet/index.html
Copy linkTweet thisAlerts:
@Janet_BestauthorMar 12.2004 — Pit,

I went back and changed saved them as html and the menu is visible again...I'm going to go feed the dogs - Si keeps jumping on my back to get me up...I'll check back in a few minutes...
Copy linkTweet thisAlerts:
@PittimannMar 12.2004 — Hi!

Maybe a cache problem in your browser.

I viewed your site with IE6, Mozilla1.5 and Opera6.5 right now and everything works like it should...

Cheers - Pit

Btw - are you interested in getting the condensed version of the code and an NS4.x fix??

Edit - ahh - you already solved that! ?

Greetz to Si and the others! I'm not really a dog person, but I like Bernese very much because of their excellent character.
Copy linkTweet thisAlerts:
@Janet_BestauthorMar 12.2004 — Pit,

Kids are happy now...there temperment is what we have always loved about the breed - you always know what you are getting from one to another...

If I fixed it do I still need the NS..if not viewable in NS then yes - will ask friends who have NS (one has 7.1) to take a look...

New topic...how do I make the submenu the same color as the main pages background - possible...wizzard like you I bet anything is possible...

Off to work -
Copy linkTweet thisAlerts:
@PittimannMar 12.2004 — Hi!

Due to the fact, that you had started a new thread, I post the link again:

http://www.pit-r.de/menus/janet/janet_index.htm

You don't need to deal with the entire stuff. In the main frame I put a link to the modified menu. Just download it and then load it up to your webspace...

I put comments in the css quite at the beginning of the code; so you can see, where you can modify the links' color and the background color of the submenus.

With NS fix I meant damn old NS4 - the menu should work in NS6 and 7 without any problem as it is now...

Cheers - Pit
Copy linkTweet thisAlerts:
@PittimannMar 12.2004 — Hi!

I think, I missed something - I just dealt with the background color and not the green bg image you use in your main frame.

If it was that, what you want, just do the following. In the menu file, replace this:

.submenu{

position: absolute;

left: 2x;

width: 95px;

border: 1px white;

background-color: #FFFFFF;/*background color of the submenus*/

color:#003E1F;

layer-background-color: white;

font-family: arial, verdana, helvetica, sans-serif;

font-weight: bold;

font-size: 10px;

visibility: hidden;

}

with this:

.submenu{

position: absolute;

left: 2x;

width: 95px;

border: 1px white;

background-color: #FFFFFF;/*background color of the submenus*/

background-image: URL('pebble015background2.gif');/*background image*/

color:#003E1F;

layer-background-color: white;

font-family: arial, verdana, helvetica, sans-serif;

font-weight: bold;

font-size: 10px;

visibility: hidden;

}

Then you will not only have the color, but also the green stuff.

I would advise you, to remove the copyright stuff from your frameset document. While being loaded, it is trying to find that file, but it is not there (and you do not need it).

Cheers - Pit
Copy linkTweet thisAlerts:
@Janet_BestauthorMar 13.2004 — Good Morning Pit,

Everything is looking really good - one netscape (7.1) friend has replied that they can now open the menu items - success! Your efforts are greatly. greatly appreciated!

I won't have any problem changing the font to comic now will I?

I now have to do this at my dogstands site and the hitch there is that there are no submenus...

Again, I really have appreciated your help!
Copy linkTweet thisAlerts:
@PittimannMar 13.2004 — Hi and good morning!

Here it's almost getting dark again...

If you change the menu font to comic you will have to change all the values in the hrefs (particularly important for the menu items containing many submenu items). I am talking about this:

<a href="#" onclick="javascript: toggle(3,230); return false">

The 230 in the function call will no longer be sufficient to push the following menu items down far enough. You will have to play a bit with these values...

For the dogstands site I seriously advise you, not to use the menu. If you do not need the submenus, the need for javascript becomes zero. Just make normal hyperlinks like:

<a href="homepage.html" target="right">Home</a><br>

<a href="mailto:[email protected]" target="right">Our Email</a><br>

etc...

Just post again or mail, if you face any problems...

Cheers - Pit
Copy linkTweet thisAlerts:
@Janet_BestauthorMar 13.2004 — Hey Pit,

I know what you mean about the toggles...I tried it, played with it, and decided to keep the old font...it was just pushing the items so far down the page, they were getting lost...

At the dogstands, understand what you suggest about just using the hyperlinks. If I have to start fresh I don't know how to get it started so that the menu will be a different color...

Health and happiness,
Copy linkTweet thisAlerts:
@PittimannMar 13.2004 — Hi!

Do you mean, you'll have problems in setting up the dogstands stuff? If so, just post a list of links (clickable text and the urls belonging to them) and I can do that so that it looks exactly like what we have been dealing with so far...

Cheers - Pit
Copy linkTweet thisAlerts:
@Janet_BestauthorMar 13.2004 — Hi Pit,

What I mean is, the menu that you fixed is written in a lot of complicated stuff and the dogstands one would not need all that...what I liked about the other one was the different color of menu...I can write the links but don't know if I should edit the old menu or just trash it - If I start fresh I don't know how to get started so that it would have a dfiferent color....

Taking the dogs for a swim with one of the litter mates...?

Talk soon,
Copy linkTweet thisAlerts:
@PittimannMar 13.2004 — Hi!

What I meant is:

just post or email me a list of links and the text to be clicked for each link, and I will make the menu file for you...

Cheers - Pit
Copy linkTweet thisAlerts:
@Janet_BestauthorMar 13.2004 — Hi Pit,

Dogs are happy - cool from their swim and now they are munching on a fresh bone...here are the links...I don't mind doing it I just don't know what kind of format to use...

<a href="home_page.html" target="right">&nbsp &nbsp Dogstands<BR>&nbsp &nbsp Home Page</a>

<a href="single_stand.html" target="right">&nbsp &nbsp Single Stand</a>

<a href="double_stand.html" target="right">&nbsp &nbsp Double Stand</a>

<a href="order_form.html" target="right">&nbsp &nbsp Place Order</a>

<a href="special_order.html" target="right">&nbsp &nbsp Special Order</a>

<a href="customers.html" target="right">&nbsp &nbsp Customers</a>

<a href="coupon.html" target="right">&nbsp &nbsp Coupons</a>

end of dogstands....and I was putting these links on it because I heard it might help be seen in search engines.....

&nbsp &nbsp Dog Links:

<a href="http://www.bluedogbakery.com" target="right">&nbsp &nbsp Blue Dog Bakery</a>

<a href="http://www.aquadoglifevests.com" target="right">&nbsp &nbsp Life Vests</a>

<a href="http://www.happytailsresort.com" target="right">&nbsp &nbsp Therapy Pool</a>

<a href="http://www.tailsofthecity.biz" target="right">&nbsp &nbsp Daycare Seattle</a>

<a href="http://www.solidgoldhealth.com" target="right">&nbsp &nbsp Solid Gold Food</a>

Health and happiness,
Copy linkTweet thisAlerts:
@Janet_BestauthorMar 13.2004 — How can I change the size of the fonts in these select/options?

They are so big, they make the td too wide...

<tr>

<td align="center">

<font size="2"><B>Wine</B></font> <BR>

<IMG SRC="../images/wine.jpg" ALT="Wine Finish" WIDTH=139 HEIGHT=75 BORDER=0><BR> <BR>

<font size="1">Order/Quanity</font><BR>

&nbsp <SELECT NAME="size">

<option value="wine_small_single_2qt_$37"> Small Single $37</option>

<option value="wine_medium_single_2qt_
$42"> Medium Single 2 qt $42</option>

<option value="wine_medium_single_3qt_$46"> Medium Single 3 qt $46 </option>

<option value="wine_large_single_
$51"> Large Single $51 </option>

<option value="wine_small_double_$52">Small Double $52</option>

<option value="wine_medium_double_2qt_
$57"> Medium Double 2 qt $57 </option>

<option value="wine_medium_double_3qt_$64"> Medium Double 3 qt $64 </option>

<option value="wine_large_double_
$69">Large Double $69 </option></select>

&nbsp <SELECT NAME="quanity">

<option value="0"> 0 </option>

<option value="1"> 1 </option>

<option value="2"> 2 </option>

<option value="3"> 3 </option>

<option value="4"> 4 </option></select></td>

Health and happiness,
Copy linkTweet thisAlerts:
@PittimannMar 13.2004 — Hi!

First attempt concerning dogstands (will only work, if the frameset is like on the site I know):
[code=php]
<html>
<HEAD>
<style type="text/css">
a{
text-decoration: none;
}
.title{
position: absolute;
width: 100px;
height: 30px;
left: 5px;
z-index: 11;
font-family: comic sans ms, arial, verdana, helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
}
a.titleA:link, a.titleA:visited, a.titleA:active{
color:#FFFFFF;/*color of your title links*/
}
a.titleA:hover{
color:lime;/*color of your title links when mouse gets over*/
}
</style>
</HEAD>
<body bgcolor="#002B00" text="white" link="white" vlink="white">
<div class="title" id="title1" style="top: 0px">
<a class="titleA" href="home_page.html"><img src="closed.gif" border="0">Dogstands</a>
</div>
<div class="title" id="title2" style="top: 20px">
<a class="titleA" href="single_stand.html"><img src="closed.gif" border="0">Single Stand</a>
</div>
<div class="title" id="title3" style="top: 40px">
<a class="titleA" href="double_stand.html"><img src="closed.gif" border="0">Double Stand</a>
</div>
<div class="title" id="title4" style="top: 60px">
<a class="titleA" href="order_form.html"><img src="closed.gif" border="0">Place Order</a>
</div>
<div class="title" id="title5" style="top: 80px">
<a class="titleA" href="special_order.html"><img src="closed.gif" border="0">Special Order</a>
</div>
<div class="title" id="title6" style="top: 100px">
<a class="titleA" href="customers.html"><img src="closed.gif" border="0">Customers</a>
</div>
<div class="title" id="title7" style="top: 120px">
<a class="titleA" href="coupon.html"><img src="closed.gif" border="0">Coupons</a>
</div>
<div class="title" style="top: 140px">
Dog Links:
</div>
<div class="title" id="title8" style="top: 160px">
<a class="titleA" href="http://www.bluedogbakery.com"><img src="closed.gif" border="0">Blue Dog Bakery</a>
</div>
<div class="title" id="title9" style="top: 180px">
<a class="titleA" href="http://www.aquadoglifevests.com"><img src="closed.gif" border="0">Life Vests</a>
</div>
<div class="title" id="title10" style="top: 200px">
<a class="titleA" href="http://www.happytailsresort.com"><img src="closed.gif" border="0">Therapy Pool</a>
</div>
<div class="title" id="title11" style="top: 220px">
<a class="titleA" href="http://www.tailsofthecity.biz"><img src="closed.gif" border="0">Daycare Seattle</a>
</div>
<div class="title" id="title12" style="top: 240px">
<a class="titleA" href="http://www.solidgoldhealth.com"><img src="closed.gif" border="0">Solid Gold Food</a>
</div>
<div style="position:absolute;left:0px;top:260px">
<img src="webmenu.jpg" height="78" width="105" border="0">
</div>
</body>
</html>
[/code]

Will check the "bottles" later...

Cheers - Pit
Copy linkTweet thisAlerts:
@PittimannMar 13.2004 — Hi!

Concerning the dropdown, you could play with this:
[code=php]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<style type="text/css">
.mySelect{
font-family: arial, verdana, helvetica, sans-serif;
font-size: 8pt;
}
</style>
</head>
<body>
How can I change the size of the fonts in these select/options?
They are so big, they make the td too wide...
<tr>
<td align="center">
<font size="2"><B>Wine</B></font> <BR>
<IMG SRC="../images/wine.jpg" ALT="Wine Finish" WIDTH=139 HEIGHT=75 BORDER=0><BR> <BR>
<font size="1">Order/Quanity</font><BR>
&nbsp <SELECT NAME="size" class="mySelect">
<option value="wine_small_single_2qt_$37"> Small Single $37</option>
<option value="wine_medium_single_2qt_$42"> Medium Single 2 qt $42</option>
<option value="wine_medium_single_3qt_$46"> Medium Single 3 qt $46 </option>
<option value="wine_large_single_$51"> Large Single $51 </option>
<option value="wine_small_double_$52">Small Double $52</option>
<option value="wine_medium_double_2qt_$57"> Medium Double 2 qt $57 </option>
<option value="wine_medium_double_3qt_$64"> Medium Double 3 qt $64 </option>
<option value="wine_large_double_$69">Large Double $69 </option></select>
&nbsp <SELECT NAME="quanity">
<option value="0"> 0 </option>
<option value="1"> 1 </option>
<option value="2"> 2 </option>
<option value="3"> 3 </option>
<option value="4"> 4 </option></select></td>
Health and happiness,
</body>
</html>
[/code]

Change font-family or -size to get, what you need.

Health & happiness - Pit
Copy linkTweet thisAlerts:
@Janet_BestauthorMar 13.2004 — I like the lime on mouse over - cool!! - moved the other links down a bit to keep them away from the business....problem though...if I click on a link the open in the menu....does this have to do with the menu-logo code and index files being tied to category menus some how?
Copy linkTweet thisAlerts:
@PittimannMar 13.2004 — Hi!

This can only happen, if you run that file for itself or in a frameset, not having the frame named "right" like in your site's frameset.

Just try it with your frameset, or better, copy it for dogstands purposes and put the new menu file's name as the src of the appropriate frame.

Cheers - Pit
Copy linkTweet thisAlerts:
@Janet_BestauthorMar 13.2004 — Hi,

Is this the file you are talking about - its the index file...there is also the menu-logo file to link to the image??? If this is it (index) it already shows the category-menus.html (menu)..


<frameset cols="125,*" frameborder="0" framespacing="0" border="0">

<frameset rows="150,*,1 frameborder="0" framespacing="0">

<frame src="menu-logo-code.html" name="left-top" scrolling="no">

<frame src="category-menus.html" name="left-middle" scrolling="auto">

</frameset>

<frame src="home_page.html" name="right" scrolling="auto"> </frameset>
<noframes></noframes>
</html>


H and h,
Copy linkTweet thisAlerts:
@Janet_BestauthorMar 13.2004 — Hey Pit,

This is the menu-logo file

<html>

<head>

</head>

<body bgcolor="#002B00" text="ffffff" link="#ffffff" vlink="#ffffff">


<center>

<img src="../images/menu_logo_code.jpg" height="100" width="98" border="0"><p>

</center>

</body>

</html>

H and h,
Copy linkTweet thisAlerts:
@Janet_BestauthorMar 13.2004 — I don't think I was clear enough with the drop downs...the option values=...."Small Single $37.... I want to put in a smaller font...

font size="2"><B>Wine</B></font> <BR>

<IMG SRC="../images/wine.jpg" ALT="Wine Finish" WIDTH=139 HEIGHT=75 BORDER=0><BR> <BR>

<font size="1">Order/Quanity</font><BR>

&nbsp <SELECT NAME="size">

<option value="wine_small_single_2qt_$37"> Small Single $37</option>

<option value="wine_medium_single_2qt_
$42"> Medium Single 2 qt $42</option>

<option value="wine_medium_single_3qt_$46"> Medium Single 3 qt $46 </option>
Copy linkTweet thisAlerts:
@PittimannMar 13.2004 — Hi!

You can use your index file. Just for testing, save a copy of it as (example) index2.html after having modified it like this:

<frameset cols="125,*" frameborder="0" framespacing="0" border="0">

<frameset rows="150,*,1 frameborder="0" framespacing="0">

<frame src="menu-logo-code.html" name="left-top" scrolling="no">

<frame src="dogstands.html" name="left-middle" scrolling="auto">

</frameset>

<frame src="home_page.html" name="right" scrolling="auto"> </frameset>

<noframes></noframes>

</html>

If you save the code I posted for the dogstands menu as "dogstands.html" in the same folder (assuming that the files you link to are also there), it should work, when you launch index2.html

If there's a problem and no help around - I'll be back tomorrow - I have to deal with important family stuff right now.

Cheers - Pit
Copy linkTweet thisAlerts:
@PittimannMar 13.2004 — Hi!

You were clear enough concerning the options! If you use the snippet, I posted and set

font-size: 8pt;

quite close to the top of the code to:

font-size: 7pt;

or whatever, you will see, whether it will do it for you.

Cheers, H & h - Pit
Copy linkTweet thisAlerts:
@Janet_BestauthorMar 13.2004 — Pit,

I'll play with it - hope everything with the family is okay!
Copy linkTweet thisAlerts:
@Janet_BestauthorMar 14.2004 — Hi Pit,

I hope the sun is warm on your skin....happy new day!

I fixed the drop downs with inserting the mySelect .... ?

Haven't figured out the menu yet...I had still called the menu the category-menu.html so the index.htm below looks like this....

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HEAD>

<title>Dogstands.com - Index</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

</HEAD>

<frameset cols="125,*" frameborder="0" framespacing="0" border="0">

<frameset rows="150,*,1 frameborder="0" framespacing="0">

<frame src="menu-logo-code.html" name="left-top" scrolling="no">

<frame src="category-menus.html" name="left-middle" scrolling="auto">

</frameset>

<frame src="home_page.html" name="right" scrolling="auto"> </frameset>

<noframes></noframes>

</html>

The menu-logo-code looks like this...

<html>

<head>

</head>

<body bgcolor="#002B00" text="ffffff" link="#ffffff" vlink="#ffffff">


<center>

<img src="../images/menu_logo_code.jpg" height="100" width="98" border="0"><p>

</center>

</body>

</html>

These 3 files (I believe) make up the menu....does it matter that the index is an htm rather than html?

Health and happiness to you and all whom you care about,
Copy linkTweet thisAlerts:
@Janet_BestauthorMar 15.2004 — Hi Pit,

At the dogstands site, I am still not able to get the pages to open outside of the menu...I put the code to both the menu and index files in the previous post...

I would also be interested in your advice about better navigation throughout the site....

I hope this find you well!

Health and happiness,
Copy linkTweet thisAlerts:
@PittimannMar 15.2004 — Hi!I am still not able to get the pages to open outside of the menu[/QUOTE]My mistake! Sorry - I forgot the targets. Example with the first href:

Please change this:

<a class="titleA" href="home_page.html">

to:

<a class="titleA" href="home_page.html" target="right">

and do accordingly with the other hrefs - then you will be there.

Concerning the rest, I will contact you by pm or mail, if you don't mind...

Cheers - Pit
Copy linkTweet thisAlerts:
@Janet_BestauthorMar 15.2004 — Hi Pit,

Thanks - Have a good day!

Health and happiness,
Copy linkTweet thisAlerts:
@PittimannMar 15.2004 — Hi!Health and happiness[/QUOTE]Thanks for the good wishes!! I will forward them.

Cheers - Pit
Copy linkTweet thisAlerts:
@Janet_BestauthorApr 14.2004 — Pit,

You still out there? Hope so...I've got another menu with err...issues can you help?

<!-- saved from url=(0022)http://internet.e-mail -->

<html>

<HEAD>

<style type="text/css">

a{

text-decoration: none;

}

.title{

position: absolute;

width: 100px;

height: 30px;

left: 5px;

z-index: 11;

font-family: arial, verdana, helvetica, sans-serif;

font-weight: bold;

font-size: 10px;

}

a.submenuA:link, a.submenuA:visited, a.submenuA:active{

color:#003E1F;/*color of your submenu links*/

}

a.submenuA:hover{

color:green;/*color of your submenu links when mouse gets over*/

}

.submenu{

position: absolute;

left: 2x;

width: 95px;

border: 1px white;

background-color: #FFFFFF;/*background color of the submenus*/

background-image: URL('pebble015background2.gif');/*background image*/

color:#003E1F;

layer-background-color: white;

font-family: arial, verdana, helvetica, sans-serif;

font-weight: bold;

font-size: 10px;

visibility: hidden;

}

</style>

<script language="JavaScript" type="text/javascript">

<!--

<!-- Original: Fredrik Fridsten ([email protected]) -->

<!-- Web Site: http://hem.passagen.se/dred -->

<!-- This script and many more are available free online at -->

<!-- The JavaScript Source!! http://javascript.internet.com -->

// ADDITIONAL NOTES

// The input variables to the toggle function are the number of the submenu to open/close,

// starting with 0, and the number of pixels to move the objects below.

// For example toggle(1,60) opens/closes the second submenu and moves the objects below 60 pixels.

var nom = 10; // Number of menus

var usePictures = 1; // use pictures? 1 = yes, 0 = no

var ttls = new Array(); // An array for the title objects

var subs = new Array(); // An array for the submenu objects

var lastn;

var lastmove;

var ns4=document.layers;

var ie4=(!document.getElementById&&document.all);

var ie5=(document.getElementById&&document.all);

var moz=(document.getElementById&&!document.all);

if (ns4) {

visible = 'show';

hidden = 'hide';

}

if (ie4||ie5||moz) {

visible = 'visible';

hidden = 'hidden';

}

for (var i = 1; i <= nom; i++) {

ttls[i] = ('title' + i);

subs[i] = ('submenu' +i);

}

function picopen(n) {

title = ('title' + n);

pic = ('pic' + n);

if (ns4) {

document.layers[title].document.images[pic].src = "opened.gif";

}

else if (ie4) {

document.all(pic).src = "opened.gif";

}

else if (moz||ie5) {

document.getElementById(pic).src = "opened.gif";

}

}

function picclose (n) {

title = ('title' + n);

pic = ('pic' + n);

if (ns4) {

document.layers[title].document.images[pic].src = "closed.gif";

}

else if (ie4) {

document.all(pic).src = "closed.gif";

}

else if (moz||ie5) {

document.getElementById(pic).src = "closed.gif";

}

}

lastn = (nom + 1);

lastmove = 0;

function lasttoggle(n,move) {

if (n <= nom) {

menu = ('submenu' + n);

if (ns4) {

submenu = document.layers[menu];

}

else if (ie4) {

submenu = document.all(menu).style;

}

else if (moz||ie5) {

submenu = document.getElementById(menu).style;

}

if (submenu.visibility == visible) {

submenu.visibility = hidden;

picclose(n); // Remove this if you don't use pictures

for (var i = (n+1); i <= nom; i++) {

if (ns4) {

document.layers[ttls[i]].top -= move;

document.layers[subs[i]].top -= move;

}

else if (ie4) {

document.all(ttls[i]).style.pixelTop -= move;

document.all(subs[i]).style.pixelTop -= move;

}

else if (moz||ie5) {

document.getElementById(ttls[i]).style.top = parseInt(document.getElementById(ttls[i]).style.top)-move+'px';

document.getElementById(subs[i]).style.top = parseInt(document.getElementById(subs[i]).style.top)-move+'px';

}

}

}

}

}

function toggle(n,move) {

menu = ('submenu' + n);

if (ns4) {

submenu = document.layers[menu];

}

else if (ie4) {

submenu = document.all(menu).style;

}

else if (moz||ie5) {

submenu = document.getElementById(menu).style;

}

if (submenu.visibility == visible) {

submenu.visibility = hidden;

if (usePictures) picclose(n);

for (var i = (n+1); i <= nom; i++) {

if (ns4) {

document.layers[ttls[i]].top -= move;

document.layers[subs[i]].top -= move;

}

else if (ie4) {

document.all(ttls[i]).style.pixelTop -= move;

document.all(subs[i]).style.pixelTop -= move;

}

else if (moz||ie5) {

document.getElementById(ttls[i]).style.top = parseInt(document.getElementById(ttls[i]).style.top)-move+'px';

document.getElementById(subs[i]).style.top = parseInt(document.getElementById(subs[i]).style.top)-move+'px';

}

}

}

else {

submenu.visibility = visible;

if (usePictures) picopen(n);

if (lastn != n) {

lasttoggle(lastn,lastmove);

}

for (var i = (n+1); i <= nom; i++) {

if (ns4) {

document.layers[ttls[i]].top += move;

document.layers[subs[i]].top += move;

}

if (ie4) {

document.all(ttls[i]).style.pixelTop += move;

document.all(subs[i]).style.pixelTop += move;

}

if (moz||ie5) {

document.getElementById(ttls[i]).style.top = parseInt(document.getElementById(ttls[i]).style.top)+move+'px';

document.getElementById(subs[i]).style.top =parseInt(document.getElementById(subs[i]).style.top)+move+'px';

}

}

}

lastn = n;

lastmove = move;

}

//-->

</script>

</HEAD>

<body bgcolor="#002B00" text="white" link="white" vlink="white">


<!-- MENU ONE - HOME/CONTACTS -->

<div class="title" id="title1" style="top: 0px">

<a href="#" onclick="javascript: toggle(1,50); return false"><img name="pic1"

id="pic1" src="images/icon/closed.gif" border="0">Home/Contacts</a>

</div>

<div class="submenu" id="submenu1" style="top: 20px">

<img src="blank.gif" width="5" height="5"><br>

<a class="submenuA" href="pages/page_one.html" target="right">Home Page</a><br>

<a class="submenuA" href="mailto:[email protected]">Email Manager</a><br>

<a class="submenuA" href="mailto:[email protected]">Email Webmaster</a><br>

</div>

<!-- MENU TWO - SPECIAL EVENTS -->

<div class="title" id="title2" style="top: 20px">

<a href="#" onclick="javascript: toggle(2,75); return false"><img name="pic2"

id="pic2" src="images/icon/closed.gif" border="0">Special Events</a>

</div>

<div class="submenu" id="submenu2" style="top: 40px">

<img src="blank.gif" width="5" height="5"><br>

<a class="submenuA" href="pages/monthly_socials.html" target="right">Monthly Socials</a><br>

<a class="submenuA" href="pages/interclub_activities.html" target="right">Interclub Activities</a><br>

<a class="submenuA" href="pages/page_one_history.html" target="right">Historical</a><br>

</div>



<!-- MENU THREE - TENNIS -->

<div class="title" id="title3" style="top: 40px">

<a href="#" onclick="javascript: toggle(3,120); return false"><img name="pic3"

id="pic3" src="images/icon/closed.gif" border="0">Tennis</a>

</div>

<div class="submenu" id="submenu3" style="top: 60px">

<img src="blank.gif" width="5" height="5"><br>

<a class="submenuA" href="pages/tennis_leagues.html" target="right">Leagues</a><br>

<a class="submenuA" href="pages/tennis_lessons.html" target="right">Lesson Programs</a><br>

<a class="submenuA" href="pages/monthly_socials.html" target="right">Monthly Socials</a><br>

<a class="submenuA" href="pages/ball_machine.html" target="right">Ball Machine</a><br>

<a class="submenuA" href="pages/usta_rules.html" target="right">Rules</a><br>

<a class="submenuA" href="matchmaker_list.html" target="right">Matchmaker</a><br>

<a class="submenuA" href="pages/tennis_tips.html" target="right">Pro Tips</a><br>

<a class="submenuA" href="pages/burst_photos.html" target="right">Photos</a><br>

</div>



<!-- MENU FOUR - RACQUETBALL -->

<div class="title" id="title4" style="top: 60px">

<a href="#" onclick="javascript: toggle(4,100); return false">

<img name="pic4" id="pic4" src="images/icon/closed.gif" border="0">Racquetball</a>

</div>

<div class="submenu" id="submenu4" style="top: 80px">

<img src="blank.gif" width="5" height="5"><br>

<a class="submenuA" href="pages/racquetball_leagues.html" target="right">Leagues</a><br>

<a class="submenuA" href="pages/racquetball_lessons.html" target="right">Lessons</a><br>

<a class="submenuA" href="pages/racquetball_tips.html" target="right">Tips</a><br>

<a class="submenuA" href="http://www.usra.org/usra/pub&ref/Rulebook.htm" target="right">Rules</a><br>

<a class="submenuA" href="matchmaker_list.html" target="right">Matchmaker</a><br>

<a class="submenuA" href="http://www.usra.org" target="right">USRA Website</a><br>

</div>



<!-- MENU FIVE - HANDBALL -->

<div class="title" id="title5" style="top: 80px">

<a href="#" onclick="javascript: toggle(5,70); return false">

<img name="pic5" id="pic5" src="images/icon/closed.gif" border="0">Handball</a>

</div>

<div class="submenu" id="submenu5" style="top: 100px">

<img src="blank.gif" width="5" height="5"><br>

<a class="submenuA" href="pages/handball_leagues.html" target="right">Leagues</a><br>

<a class="submenuA" href="pages/usha_rules.html" target="right">Rules</a><br>

<a class="submenuA" href="matchmaker_list.html" target="right">Matchmaker</a><br>

<a class="submenuA" href="http://www.usha.com" target="right">USHA Website</a><br>

</div>

</body>

</html>

I went over the 10,000 allocation so I can't show the 6 - 10th menu....

I hope all is well with you!

Health and happiness,
Copy linkTweet thisAlerts:
@PittimannApr 14.2004 — Hi!

I am still here even though I had to be "lazy" for several weeks.I went over the 10,000 allocation so I can't show the 6 - 10th menu.... [/QUOTE]Sorry - I don't understand the problem. Can you please explain, what you intend to do and what errors you get?

Actually, the code you sent, requires this:

var nom = 5; // Number of menus

instead of:

var nom = 10; // Number of menus

quite on top of the scripts (below the comments).

H & h! Pit
×

Success!

Help @Janet_Best spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...