When my page loads up, there is a flash for about a second of all the text that is used in the java menus.
Return to Recent Questions
Q:
When my page loads up, there is a flash for about a second of all the
text that is used in the java menus. This looks really bad to visitors like I
am using hidden text on the page. Is there a way to prevent this flash
of text?
A:
I suppose that you see search engine friendly code.
<!-- Code for Deluxe Menu Items. Generated by Deluxe Tuner -->
<div id="dmlinks" style="font:undefined;color:#000000;text-decoration:none">
<a id="dmI0" href="testlink.html">Home</a>
<a id="dmI2" href="testlink.html">Features</a>
...
</div>
<!-- End of Code for Deluxe Menu Items -->
You won't see this text in most cases. We use it on our websites too.
But you can delete this code if you want.
Return to Recent Questions
Related:
- Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Sep 15, 2006 - Are vertical menus also supported? I don't see any in the javascript menu examples.
- Sep 23, 2006 - Is it possible that javascript drop down menus doesn't put anything on the local computer?
- Oct 01, 2006 - All of the items in html pull down menu are different sizes.
- Oct 07, 2006 - How do you change the back ground color of the javascript horizontal menus?
- Oct 15, 2006 - There's some problems when we use two javascript horizontal menus.
- Oct 15, 2006 - Submenus doesn't position correctly in my javascript template.
- Oct 21, 2006 - It appears that this javascript expand menu only supports IE (on the PC and Mac).
- Oct 22, 2006 - When the html submenus are over applet in https: the applet disappeared.
- Nov 05, 2006 - With the new version of javascript rollover menus, my body onload function is blocked.
- Dec 08, 2006 - Is it possible to customize the direction of javascript submenus...
|