I am working on my website and created an image map for my banner. This works perfectly in Firefox, but not in Opera, Safari, or IE for that matter. Any ideas?
Here's the code
Code:<div class="bannertext"><img src="images/bannertext.png" usemap="bannertext" border=0></div>Code:<map id="bannertext" name="bannertext"> <area shape="rect" alt="" coords="0,0,60,17" href="index.php" title="Home" /> <area shape="rect" alt="" coords="102,0,172,16" href="blog.php" title="Blog" /> <area shape="rect" alt="" coords="222,0,282,16" href="photos.php" title="Photos" /> </map>


Reply With Quote
Bookmarks