View Single Post
  #5  
Old Jan 30, 2011, 05:02 AM
jochemvreeke
 
13 posts · Jan 2011
Hi!

my first comment!! I found that this does work for me since i wanted to keep the text links full color:

Code:
div#menu1 ul.rMenu {
	background-color: rgba(255,255,255,0.65);
}

ul.rMenu li a:link, ul.rMenu li a:active,
ul.rMenu li a:visited, ul.rMenu li {
	background: transparent !important;
}

ul.rMenu li a:hover {
	background: transparent !important;
}