Hello fellow web designers. I used Dreamweaver to place a rollover image on one of my web pages. It uses Javascript. When I looked at the code it had written, it includes the following null hyperlink on the image:
<a href="#"><img src="rochfest-logo.gif" onmouseover="stuff" onmouseout="more stuff"></a>
Is there any chance this null link could cause errors on some browsers? I have only tested the page on IE6. Thanks for any help.
Steven.