DHTML Menus
2008/04/24 18:04
Viewed 1041 times
Replies: 1/3

Does anyone know what I may be doing wrong. When the menu loads - it first comes in as a long HTML unformated list then - gets sucked into the correct DHTML toolbar. It's quick about a second but it is strange. http://www.practicalyoga.tv/dropdown/topmenu.html

Re: DHTML Menus
2008/04/25 07:52
Viewed 1773 times
Replies: 1/2

I am having the exact same problem. Please let me know if you found a way to get around this!

Ashwin

last
Re[2]: DHTML Menus
2008/06/07 09:11
Viewed 783 times
Replies: 1/1

well, I know declaring the menu

<ul id="menu" style="visibility: hidden">

will make it invisible, the only issue with that is that the page will have blank space for that time frame where the menu code would go. IE:

<ul id="menu" style="visibility: hidden">
<li>list</li>
<li>list</li>
<li>list</li>
</ul>
Welcome to my site!

Would have your page come up like:
==================
(blank line)
(blank line)
(blank line)

Welcome to my page!
----------------------------------------
Where as right now your page has (blank line) replaced with the actual list items.

last
Google