Images load only after mouseover!

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
mrwhitehat@hotmail.com
Advanced
Advanced
Posts: 12
Joined: Fri May 27, 2005 5:41 pm

Images load only after mouseover!

Post by mrwhitehat@hotmail.com »

http://www.cdowk.org/st_dismas/

The images only load after mouseover. Why is that?

Thanks for any help you can give!
MATTHEW
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

John
mrwhitehat@hotmail.com
Advanced
Advanced
Posts: 12
Joined: Fri May 27, 2005 5:41 pm

Post by mrwhitehat@hotmail.com »

Tried the preload module.
I have the menu working in several other areas
e.g. http://www.cdowk.org/stewardship_development

The current one (http://www.cdowk.org/st_dismas) is just a copy of the same thing with different settings. I've gone over the code for typos and found none.

:-( frustrating!
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Lord, I hate paths! OK, I'm not sure on this, but I went to the St Dimas page, which you show as the url/st_dimas. Now it seems all the menu images are in something called images below that, but the code for the images is /st_dimas/images Since you're already in st_dimas wouldn't you leave that out? Instead of

Code: Select all

aI("image=/st_dismas/images/menus/about_normal.gif;
wouldn't it be

Code: Select all

aI("image=/images/menus/about_normal.gif;
But, as I said, paths are not my strong suit.

Ruth
mrwhitehat@hotmail.com
Advanced
Advanced
Posts: 12
Joined: Fri May 27, 2005 5:41 pm

Post by mrwhitehat@hotmail.com »

Normally a path preceded by a "/" is an absolute path and works from the root - that's why I used it.
:x
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Are you talking about the black down arrow images in the menu? If so, they came up immediately for me (Firefox & IE). No mouseover required.

Just FYI, your code is 4 levels down. Also, the domain on the license is not the domain you're running the code on. That needs to be fixed.
John
Post Reply