New guy with Navigator issue.

liunx

Guest
Hi,<br />
<br />
I've just finshed my first website. It's for a small club and I'm having issues with Navigator.<br />
<br />
When viewing in IE and Opera, the left and right halves of my navigation gifs work just fine.<br />
<br />
When viewing the same page in Navigator, the hotspots work on the left side but not the right side. :confused: <br />
<br />
Again this only occurrs when viewed with Navigator.<br />
<br />
The link is: <br />
Problem page (<!-- m --><a class="postlink" href="http://www.southwestbluegrassclub.com/">http://www.southwestbluegrassclub.com/</a><!-- m -->) <br />
<br />
I'm just not experienced enough to fix this.<br />
<br />
Can someone please help?<br />
<br />
Thanks,<br />
<br />
Earl<!--content-->Give us a screen shot.<!--content-->Originally posted by PeOfEo <br />
Give us a screen shot. <br />
<br />
<!-- m --><a class="postlink" href="http://www.southwestbluegrassclub.com/example001.jpg">http://www.southwestbluegrassclub.com/example001.jpg</a><!-- m --><!--content-->Originally posted by PeOfEo <br />
Give us a screen shot. Why??<br />
<br />
Anyway, your problem is this:<br />
<br />
<map name="right"><br />
<br />
it should be <map name="right" id="right"> because you call it like this:<br />
<br />
<img src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.southwestbluegrassclub.com/navright001.gif" width="370" height="400" border="0" usemap="#right"><!--content-->pyro,<br />
<br />
You rock! That fixed it perfectly!<br />
<br />
As a new guy, I could have never read through that code and found that.<br />
<br />
Tell me, is there a product which can find this type of stuff for me? And if so, can you point me toward it?<br />
<br />
Thanks a million,<br />
<br />
Earl<!--content-->Hmm... not that I know of. You could validate (<!-- m --><a class="postlink" href="http://validator.w3.org/">http://validator.w3.org/</a><!-- m -->) your code, and that will find some errors, but it's not a debugger. Just checking if your pages is syntactically correct.<!--content-->Guess I'll just have to get a bigger magnifying glass!:) <br />
<br />
Again, thanks for the fix.<br />
<br />
Regards.<br />
<br />
Earl<!--content-->You're welcome... :)<!--content-->pyro I wanted a screen shot because I did not understand his problem.<!--content-->Ok, I was just curious, because had you visited his link, you would have seen that it was simply an imagemap...<!--content-->I did I just did not understand the problem.<!--content-->
 
Back
Top