Mouseover gives border problems

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
henrik@itide.dk
Super Advanced
Super Advanced
Posts: 51
Joined: Thu Feb 27, 2003 9:47 am
Location: Denmark

Mouseover gives border problems

Post by henrik@itide.dk »

Look at
http://tannoy.tc.itide.dk/

At mouseover the bottom border fades in the submenus.

Can anybody help?

Thanks

Henrik
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

The problem is coming from the .css file, this line:

Code: Select all

#navigation {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: url(shadow_navigation.gif) repeat-x 50% bottom; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 6px; PADDING-TOP: 0px; HEIGHT: 24px
}
It's related to the background. I realize you don't want to remove that, I did find one solution, though you may not want to use it. I used the border color you had listed in your style 3 definition for the submenus. If you add this line to the style 3 definition [and any other where the border is disappearing]

Code: Select all

onborder="1px solid #979797";
When you mouseover there will be a border put completely around the item. You'd need it in any style where you're losing the bottom border.

Ruth
Post Reply