Is there a way to make top menu background half transparent? like 50%
I guess there is some complex way of adding something in CSS like this:
.transparent_class { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
But I'm not sure if it's a correct standard or even good direction...
(source: http://stackoverflow.com/questions/3587 ... lid-border)