Menu delay in coming down

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
jsheehan
Beginner
Beginner
Posts: 1
Joined: Thu Jul 08, 2004 2:41 am

Menu delay in coming down

Post by jsheehan »

The menu on my site delays itself in rolling down when I mouseover most of the time. If anyone could please take a look at it when they get a chance I would REALLY appreciate it!

http://www.sscommunitychurch.com

thanks!

Jonathan Sheehan
jonathan@tavroskylos.com
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

It doesn't appear to be delayed, but is actually dropping behind tha Flash right below it. See http://milonic.com/forum/viewtopic.php?t=4535 for one of many discussions on this.

Also, you have...

Code: Select all

<a href="milonic.com">Milonic.com</a>
...which is invalid syntax. As it is, the link actually comes out as http://www.sscommunitychurch.com/milonic.com, which won't quite work. It should be a complete URL (as should all)...

Code: Select all

<a href="https://milonic.com/">Milonic.com</a>
Note also the closing / after .com.
John
Post Reply