I have a CSS for my menu, I wish the background color to be #dedede, but I also want it to be transparent, how do I make that?
Code:.menu { BORDER-RIGHT: buttonhighlight thin outset; BORDER-TOP: buttonhighlight thin outset; VISIBILITY: hidden; BORDER-LEFT: buttonhighlight thin outset; WIDTH: 150px; LINE-HEIGHT: 140%; BORDER-BOTTOM: buttonhighlight thin outset; POSITION: absolute; BACKGROUND-COLOR: transparent; BACKGROUND: #dedede; }




Reply With Quote