falcin
03-27-2006, 08:26 PM
I've got an HV menu set up over a background image; I've got
var LowBgColor=''; // Background color when mouse is not over
and
var HighBgColor='#CACEC4'; // Background color when mouse is over
which is working just as I'd like. However, once I mouse over the menu item, the BgColor stays. Is there something I can put in so that the item goes back to transparent on the mouseout?
Also, and maybe this should be a separate topic, is there any customization available for the borders? I'd like to have top/bottom only dashed borders for the main menu, and a solid all-around border for the submenu. I can live without that, though, and maybe I have to - right now I've got no border, because if I have a border and a transparency as above, the entire menu area is the border color until I mouse over it.
Maybe an alternative for all of these issues would be if there is a way to have CSS override the menu....
var LowBgColor=''; // Background color when mouse is not over
and
var HighBgColor='#CACEC4'; // Background color when mouse is over
which is working just as I'd like. However, once I mouse over the menu item, the BgColor stays. Is there something I can put in so that the item goes back to transparent on the mouseout?
Also, and maybe this should be a separate topic, is there any customization available for the borders? I'd like to have top/bottom only dashed borders for the main menu, and a solid all-around border for the submenu. I can live without that, though, and maybe I have to - right now I've got no border, because if I have a border and a transparency as above, the entire menu area is the border color until I mouse over it.
Maybe an alternative for all of these issues would be if there is a way to have CSS override the menu....