Look at
http://tannoy.tc.itide.dk/
At mouseover the bottom border fades in the submenus.
Can anybody help?
Thanks
Henrik
Mouseover gives border problems
-
- Super Advanced
- Posts: 51
- Joined: Thu Feb 27, 2003 9:47 am
- Location: Denmark
The problem is coming from the .css file, this line: 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] 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
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
}
Code: Select all
onborder="1px solid #979797";
Ruth