|
User Details |
message
|
|
Mark Culver
post date:
2011-07-26 15:23:53
|
Website is agwsr.org.
For Internet Explorer the submenu opens behind the videos I have on my home page.
On Safari it loads slower, shows all the links when I open a new page, and the menu blinks/flashes/skips when I hover from one button to the other.
Thanks,
Mark
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2011-07-27 07:59:18
|
Hello Mark,
You need to add wmode transparent on the Flash videos. Read here how you can add that parameter:
http://kb2.adobe.com/cps/142/tn_14201.html
The loading time for the menus is influenced by the rest of the page. The rendering script is positioned at the bottom of the page so it will execute when the browser gets to it. You could try to speed up the the rendering by moving the rendering script higher in the page.
Regards,
Andrei Rinciog
|
|
|
Mark Culver
post date:
2011-08-01 17:30:01
|
<!-- Creative Menus - menu rendering scripts start -->
<script type="text/javascript"> buildMenu() </script>
<noscript>
This menu requires JavaScript in order to be properly displayed. Viewing requirements can be found at <a href="www.extendstudio.com">Extend Studio</a> (Flash components and extensions, Dreamweaver extensions, Tools for web design and development)
</noscript>
<!-- Creative Menus - menu rendering scripts end -->
Is this the script I need to copy, and where to I paste it? In the header, body?
Thanks,
Mark
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2011-08-02 04:22:39
|
Hello Mark,
Copy that script right beneath the menu structure code. Do not copy it above the menu structure or the menu won't display anymore.
Regards,
Andrei Rinciog
|
|