Search found 8 matches

by Willy
Wed Aug 14, 2002 1:00 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu Positioning
Replies: 5
Views: 5942

Re: menu positioning


And so maybe you know how to fix that. I'm using SSI pages with an exact size table centered on the screen for all the pages, so i added a fixed horizontal menu perfectly but then i wanted to add a second vertical follow-the-scrolling menu in a specific position within the page that varies ...
by Willy
Tue Aug 13, 2002 3:33 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: My first session
Replies: 3
Views: 5074

Thanks for the info, but i missexplained myself. When i said samples, i meant sort of a box showing some faked menu items that will show how your colors and settings looks like.

Anyway the process is easy and fast enough for me

Saludos,
Willy
by Willy
Tue Aug 13, 2002 11:02 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: My first session
Replies: 3
Views: 5074

My first session

Well, first of all i'll try my best but my english is not really good so be understanding with me, please.

I printed the short Tutorial that Andy published and followed it through but changing the parameters to define my own menus and that's what i have found:

Editing styles
* After submitting ...
by Willy
Tue Aug 13, 2002 9:35 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Submenu AND a URL
Replies: 1
Views: 2303

Of course it is, just do something like that:

Code: Select all

,"Description text", "showmenu=menuname", "URL", "Status", 0/1
by Willy
Fri Aug 09, 2002 8:13 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: How does one let main menu bar expand to edge of screen?
Replies: 2
Views: 2986

You'll get that If you active (put a 1) in // Set the Overall Width of Horizontal Menu to 100%...
by Willy
Thu Aug 08, 2002 1:59 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu Positioning
Replies: 5
Views: 5942

Re: menu positioning

You can not set the width to a percentage if that is what you are asking. I suggest setting the width of your menu to about 750/#menus so that in horizontal mode on a 600x800 screen it about covers the top of the page. Then set the alignment to center so on wider screens it is at least centered on ...
by Willy
Thu Aug 08, 2002 11:37 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Seperator
Replies: 4
Views: 4182

Re: Seperator

jrthor2 wrote:I have tried to add a seperator, but the line only shows halfway from right to left. Why isn't the line entirely visible?
Yes, i also had the same problem, with no <DIV> or <CENTER> tags but a cell HEADER inside of a table.
by Willy
Thu Aug 08, 2002 11:15 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Using PHP to configure the menu
Replies: 1
Views: 2647

Using PHP to configure the menu

Hi, i wonder if anyone could help me on that.
I tried to define some menus not in a .js file but using <SCRIPT></SCRIPT> in order to have it done by using PHP, but it seemed like it doesn't work in that way.

In fact, i made it easier and still got nothing :(
I'm trying to use two different .js ...