Transparent topmenu

Responsive, suitable for any type of business, built for any needs elegant one-page Joomla template.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Oct 14, 2013 4:49 pm
Reply with quote
Report this post
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)
User avatar
Senior Boarder

GK User
Mon Oct 14, 2013 6:22 pm
Reply with quote
Report this post
Hi,
you use right css effects but wrong class, use this

Code: Select all
#gkTop
{ filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }


It worked for me.
50% it too much, use different - weaker value.

Tip about CSS: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Mon Oct 14, 2013 7:19 pm
Reply with quote
Report this post
Thank you man! It works very well!

Wielkie dzięki!
User avatar
Senior Boarder


cron