Hi there,
I have some java script menus created and I'm calling them from the <body onload> tag as follows:
<body onload="initjsDOMenu()">
Because of this, the menu is the last thing to load on the page. I want it to be the first thing to load. Anyone know what I can do?
Thanks for any help,
Maj