Click to See Complete Forum and Search --> : New guy with Navigator issue.


pdlstl
06-28-2003, 12:41 PM
Hi,

I've just finshed my first website. It's for a small club and I'm having issues with Navigator.

When viewing in IE and Opera, the left and right halves of my navigation gifs work just fine.

When viewing the same page in Navigator, the hotspots work on the left side but not the right side. :confused:

Again this only occurrs when viewed with Navigator.

The link is:
Problem page (http://www.southwestbluegrassclub.com/)

I'm just not experienced enough to fix this.

Can someone please help?

Thanks,

Earl

PeOfEo
06-28-2003, 01:22 PM
Give us a screen shot.

pdlstl
06-28-2003, 01:39 PM
Originally posted by PeOfEo
Give us a screen shot.

http://www.southwestbluegrassclub.com/example001.jpg

pyro
06-28-2003, 02:30 PM
Originally posted by PeOfEo
Give us a screen shot. Why??

Anyway, your problem is this:

<map name="right">

it should be <map name="right" id="right"> because you call it like this:

<img src="http://www.southwestbluegrassclub.com/navright001.gif" width="370" height="400" border="0" usemap="#right">

pdlstl
06-28-2003, 02:54 PM
pyro,

You rock! That fixed it perfectly!

As a new guy, I could have never read through that code and found that.

Tell me, is there a product which can find this type of stuff for me? And if so, can you point me toward it?

Thanks a million,

Earl

pyro
06-28-2003, 02:57 PM
Hmm... not that I know of. You could validate (http://validator.w3.org/) your code, and that will find some errors, but it's not a debugger. Just checking if your pages is syntactically correct.

pdlstl
06-28-2003, 03:28 PM
Guess I'll just have to get a bigger magnifying glass!:)

Again, thanks for the fix.

Regards.

Earl

pyro
06-28-2003, 03:32 PM
You're welcome... :)

PeOfEo
06-28-2003, 09:53 PM
pyro I wanted a screen shot because I did not understand his problem.

pyro
06-28-2003, 09:57 PM
Ok, I was just curious, because had you visited his link, you would have seen that it was simply an imagemap...

PeOfEo
06-29-2003, 12:58 AM
I did I just did not understand the problem.