Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:29
purple border around image...
Poster: menriquez
Dated: Wednesday June 4 2003 - 21:18:55 BST
I am using this menu with some image maps and am having a problem with a purple border being drawn around the image.
I have spent three hours trying to adjust this away with no luck..here is a link to an example of the problem..notice the purple box around HOME.
http://www.usflowerhaus.com/usfhWork/usfhWebIndex.html
Any suggestions?
- mark
Poster: dagon
Dated: Wednesday June 4 2003 - 21:37:47 BST
OOppss! You are posting on the v4 menu section but yours is v3!!
However this is only an HTML problem: you have to replace
Code:
<IMG height=22 alt="" src="usfhWebIndex_files/usfhWebIndex_03.jpg" width=50>
with Code:
<IMG height="22" alt="" src="usfhWebIndex_files/usfhWebIndex_03.jpg" width="50" border="0">
and your page will be perfect. Bye!