I would like to create navigation menu where the background is transparent until you move the mouse over it
Return to Recent Questions
Q:
I would like to create navigation menu where the background is transparent until you move the mouse over it
when it turns to a color. I erased the first color number
from the list and that worked, but when I scrolled the mouse over
the links, the background stayed light blue even though the mouse
was no longer over them. Is there a way to let the background start
transparent, turn light blue when the mouse is over it, then go back
to transparent after the mouse is off it?
A:
You can use transparent parameter, for example:
var itemBackColor=["transparent","#4792E6"];
Return to Recent Questions
Related:
- Nov 22, 2006 - I cannot get the background color of the html popup menu to change
- Nov 29, 2006 - Why the background images disappear for a while after hovering over html menubar?
- Dec 04, 2006 - When running navigation bar code with IE or Firefox, the background is transparent.
- Dec 15, 2006 - I can't seem to have a "contact us" menu item to work in the html navigation menu.
- Dec 27, 2006 - We want to know if we can make the background on your menu html code transparent?
- Jan 16, 2007 - The horizontal dropdown menu is missing background images
- Jan 25, 2007 - How I can change the background of the top level mouse over menu names?
- Feb 02, 2007 - The background images for dhtml drop down menus are missing in the browser
- Feb 02, 2007 - Is there something special I need to do with your transparent menu in an iFrame?
- Feb 12, 2007 - There seems to be a 'glitch' with my transparent drop down menus when I use Firefox.
- Feb 14, 2007 - Can I specify an image in place of text or background in my menu vertical example?
|