|
Andrei Rinciog [Extend Studio]
post date:
2009-06-29 06:20:27
|
Hello again,
Well, you can see the menu as a list before the browser gets to the rendering javascript function. You can speed up the rendering by moving that function directly beneath the menu structure. This way the browser will get to it quicker.
Do not put the rendering script inside a table because the menu won't be rendered in IE anymore (IE problem with javascripts inside tables). If your menu structure is inside a table and you want to put the rendering script directly below it, you must break the table after the menu structure first.
Regards,
Andrei Rinciog
|
|