Search found 22 matches

by sbueffel
Tue Jul 23, 2002 9:48 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Need help with frames and iframe!
Replies: 10
Views: 5947

I haven't targeted an iframe with the menu, but I have target a frame, plus I have targeted an iframe with a normal link. Yes, the iframe has to have a name, as in <iframe src=abc.html name=frame1>. Then you target that name in your menu, as in "def.html target=frame1".
by sbueffel
Fri Jul 19, 2002 10:21 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Netscape woes...please help!
Replies: 7
Views: 4794

It's because you are calling the menu more than once. You still have to take it out of the head.
by sbueffel
Fri Jul 19, 2002 10:17 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Netscape woes...please help!
Replies: 7
Views: 4794

The stack overflow...I remember getting that...why does that happen?....I thought it has to do with the load order. Make sure you call the menu before you actually load it in the table. I'll go look....
by sbueffel
Fri Jul 19, 2002 9:08 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Netscape woes...please help!
Replies: 7
Views: 4794

What about putting the calls to the array and code files in the body instead of the head?
by sbueffel
Fri Jul 19, 2002 6:16 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Help with page error using Milonic menu in IE and NS!
Replies: 1
Views: 2048

I am using IE 6 and it works fine.
by sbueffel
Fri Jul 19, 2002 5:48 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: how to install it
Replies: 1
Views: 2097

Are you serious? I thought Andy had put that info in the website? Usually in the head of your document (but sometimes in the body, depending) call the files: <head> <script src="path/menu_array.js"></script> <script src="path/mmenu.js"></script> </head> Don't forget to include An...
by sbueffel
Fri Jul 19, 2002 5:44 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Netscape woes...please help!
Replies: 7
Views: 4794

Netscape sucks, doesn't it? Have you tried putting the menu it's own table within the table? <table><tr><td><table><tr><td><script>PlaceMenu("mainmenu")</script>&nbsp;</td></tr></table></td></tr></table> I believe users have discovered that with NN the menu likes to be the only thing i...
by sbueffel
Fri Jul 19, 2002 5:40 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Setting menu Width AND Height on the SAME line???
Replies: 2
Views: 2714

What Andy means for that value is if you want to have the menu be 100% of the browser's width, put a value there. The value will be the height (in pixels) of the background color that the menu extends to the top and bottom of the menu height. Follow that? If you put a 1 there (the most common), the ...
by sbueffel
Thu Jul 18, 2002 11:55 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Show / Hide DIV
Replies: 22
Views: 13767

Only way?

Andy, as I noted on another post, this works naturally in IE 6 (maybe 5.5+). But if you add the hide div feature to make it work in NN\Opera, it actually makes it worse in IE by hiding what worked fine before. Is there a way (or going to be a way) to make the menu stay above a form\div without hidin...
by sbueffel
Thu Jul 18, 2002 5:42 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Full-screen width feature request
Replies: 2
Views: 2928

After I posted this I thought of what you typed, Andy. Thanks.
by sbueffel
Thu Jul 18, 2002 3:42 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu offsets when using Frames
Replies: 9
Views: 5467

Hide DIV

To make the menu show over your chat window, use the hide div feature of the menu. It is explained in the samples under forms in the complex section.
by sbueffel
Thu Jul 18, 2002 3:38 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Need help with frames and iframe!
Replies: 10
Views: 5947

Use div

You can make the menu work in NS and Opera over the iframe by using the hide div feature of the menu. The thing I don't like about it it is that when you enable that it hides the div in IE, too. So you make it work for NS and Opera people, but it works worse now in IE 5.5+ because you are hiding the...
by sbueffel
Thu Jul 18, 2002 12:39 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu offsets when using Frames
Replies: 9
Views: 5467

Yes, you would replace

fLeft=gp[1]+mp[1]+Frames_Left_Offset;

with

fLeft=gp[1]+mp[1]+100 //Frames_Top_Offset;

That, I believe, is the only difference.
by sbueffel
Wed Jul 17, 2002 10:28 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu offsets when using Frames
Replies: 9
Views: 5467

I had this

I had this problem as well. It is because the frame demo uses three frames. Adjusting the width of the side frame shifts the position of the submenus. I asked for help and some kind person out there said he did this: >Beginning at line 181 (in my file) the following statement occurs..... > and my ch...
by sbueffel
Wed Jul 17, 2002 10:20 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Full-screen width feature request
Replies: 2
Views: 2928

Full-screen width feature request

Andy, when I set a horizontal menu to be full-screen it works fine. But there is no ending border for the last menu item, e.g., Home | Test | Test | Test It would be nice if even the last menu item would have a border before the menu color continues to run to the end of the page. e.g., Home | Test |...
by sbueffel
Wed Jul 17, 2002 10:14 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Follow scrolling issue
Replies: 7
Views: 4545

Ah, crap!!!!!!!!!!!!!!!!!!!!!!!!!!!

Andy, you beat me to it. I just realized that I am using 3.3.18, whereas harrison.flobee.net is using 3.4.12 where it is working fine. Switching to 3.4.12 also fixed the horizontal width of 100% problem I was having. Thanks a lot!
by sbueffel
Wed Jul 17, 2002 9:50 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Style for menu items pointing to current page?
Replies: 3
Views: 3197

Yes

Yes, that is what those values are for. But it won't work if you are using frames because the framed page never changes.
by sbueffel
Wed Jul 17, 2002 9:46 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Follow scrolling issue
Replies: 7
Views: 4545

Updated

I just updated the wwwnew site so that the DVD Collection uses the menu via the include file so you can more easily see my scrolling issue. Thanks.
by sbueffel
Wed Jul 17, 2002 9:41 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Follow scrolling issue
Replies: 7
Views: 4545

No frames

Andy, the wwwnew site doesn't use frames. That is what I am redoing. http://www.flobee.net uses a header frame, but not wwwnew.flobee.net. I got it to work on harrison.flobee.net. It scrolls fine there and there is a top offset. I just can't see what I am missing.
by sbueffel
Wed Jul 17, 2002 9:06 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Follow scrolling issue
Replies: 7
Views: 4545

Sorry

Thought about posting a link, but didn't. It is at http://wwwnew.flobee.net. Thanks.