Image mapping

liunx

Guest
I setup an image map, but now there is a thin blue border around the whole image. How can I get rid of that?<!--content--><img style="border: none" ...><br />
<br />
Or for all images in the page, put this in the <head> section:<br />
<br />
<style type="text/css"><br />
a img { border: none; }<br />
</style><br />
<br />
Adam<!--content-->Perfect...thanks!<!--content-->Am I wrong about this or are image maps considered rather old fashioned now? Seems like they are on their way out, like javascript rollover buttons. Everything is CSS.<!--content-->They aren't a good idea from either an accessibility or a maintainability standpoint.<!--content-->I'd just like to know what you use instead of image mapping. You say css, How???<!--content-->Have a look around <!-- m --><a class="postlink" href="http://www.alistapart.com">http://www.alistapart.com</a><!-- m --> They have lots of interesting articles on this and much more. It should give you some very good ideas for a starting point. ;)<!--content-->
 
Back
Top