Menu Load from within a table

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
Cool_Capybara
Beginner
Beginner
Posts: 8
Joined: Tue Nov 05, 2002 2:17 am

Menu Load from within a table

Post by Cool_Capybara »

I currently run a menu within a table.

The problem is when my page loads, the menu bar loads first. Since the page takes a second or two load, all you see is the menu bar (in the upper left corner as opposed to the middle where it is placed). Once the page loads, the menu is in the right place and everything is fine.

I notice that the sample menus don't have this issue. I've tried placing the script load code in various places. I think the recommendation is in <HEAD>, but I've put it right where it is to execute and also in the beginning of <BODY>, but I get the same thing.

Any suggestions?

Thanks!
User avatar
trytrix
Super Advanced
Super Advanced
Posts: 92
Joined: Thu Sep 26, 2002 9:46 pm
Location: Flanders / Belgium
Contact:

Post by trytrix »

Hi,

A URL is always most helpful so we can see exactly what is going on (and also look at your array file).

Cheers,
Trytrix

(Hit me at http://www.ransbecca.be )
You're Never Fully Dressed Without A :D Smile !

"From Image Flanders, one of Europe's most dynamic regions" - Visit : http://www.toerismevlaanderen.be
User avatar
trytrix
Super Advanced
Super Advanced
Posts: 92
Joined: Thu Sep 26, 2002 9:46 pm
Location: Flanders / Belgium
Contact:

Post by trytrix »

Hi,

Found this browing around in the forum items :
When loading the menu in a table cell the menu is loaded at the default
position defined in the array file and then snaps to the table cell last.
The trick then is to set the top and left coordinates to negative numbers
so the menu starts loading well off screen.
The illusion is that the menu just appears in place instead of
jumping since you can't see it in the original off page location.
Maybe this will answer your question ?

Cheers,
Trytrix

(Hit me at http://www.ransbecca.be )
You're Never Fully Dressed Without A :D Smile !

"From Image Flanders, one of Europe's most dynamic regions" - Visit : http://www.toerismevlaanderen.be
Cool_Capybara
Beginner
Beginner
Posts: 8
Joined: Tue Nov 05, 2002 2:17 am

Post by Cool_Capybara »

That did the trick! Thank you very much for your help!
Post Reply