purple border around image...

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
menriquez
Beginner
Beginner
Posts: 4
Joined: Wed Jun 04, 2003 8:47 pm

purple border around image...

Post by menriquez »

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
User avatar
dagon
Advanced
Advanced
Posts: 29
Joined: Wed May 29, 2002 10:00 pm
Location: Udine, ITALY
Contact:

Post by dagon »

:? 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: Select all

<IMG height=22 alt="" src="usfhWebIndex_files/usfhWebIndex_03.jpg" width=50>
with

Code: Select all

<IMG height="22" alt="" src="usfhWebIndex_files/usfhWebIndex_03.jpg" width="50" border="0">
and your page will be perfect. Bye!
menriquez
Beginner
Beginner
Posts: 4
Joined: Wed Jun 04, 2003 8:47 pm

Post by menriquez »

very helpful...thanks and sorry about getting the wrong forum...duh!
Post Reply