PDA

Click to See Complete Forum and Search --> : Popup menu issues... HEEEEELP!!!


enoch78
01-16-2008, 11:28 PM
Hello peoples,
I am a begginer web designer. I am creating a website based off a master template and some css. I created a pop up menu in fireworks with the images saved in the image folder and the actual button with the javascript in the root folder. For some reason the pop up menu works fine, but the image that makes the arrow on the pop up menu is not showing up. The site is http://altaescuelacristiana.org/ and the button I'm speaking of is the one named clases. If any one has any ideas or advice it would be greatly appreciated. Thanks in advance.

reuber1
01-16-2008, 11:49 PM
It appears for me on initial rollover, but NOT when I move over to the dropdown. Is this what you mean, or does it not show up at all? BTW, Firefox 2.0.0.11 on Windows XP.

Also, I get a text cursor instead of a pointy finger when I hover the dropdown.

enoch78
01-17-2008, 01:17 AM
yes, the initial rollover has the x where the image is suppose to be at. the image are suppose to be automatically made by firework. its suppose to work like this http://redenciondivina.com/ (nuestra iglesia) button.

hewligan
01-17-2008, 01:27 AM
I get the same as Reuber - there is no red X. Your images appear to be working fine in both Firefox and IE.

enoch78
01-17-2008, 01:40 AM
I'm speaking on the popup menu of the (Clases) button on http://altaescuelacristiana.org/ I have checked on 3 computers and I still get it.

hewligan
01-17-2008, 01:48 AM
For all of those you have:

<img src="undefined">

The src attribute needs to have the path to the image you want to display. You need to fix those for it to work.

enoch78
01-17-2008, 02:42 AM
where do i find this? <img src="undefined"> and how do i fix it, similar to a path?

hewligan
01-17-2008, 04:06 AM
The img tags in question are in the HTML of your page, right where the images in question should beThe undefined needs to be replaced by the correct path to the images - that is, it should be something like /images/mypic.gif.

The easiest answer is probably to open the HTML up in your favourite text editor, like notepad, and search and replace undefined with the correct path.

enoch78
01-17-2008, 04:57 AM
I'll try that