Opacity menu
-
How can i put opacity in the top-bar?
I tried this:
Original:#nav-topbar.nav-container { background: #FF0000; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.15); box-shadow: 0 0 5px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.15); }
Edit:
#nav-topbar.nav-container { background: #FF0000; opacity: 0.4; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.15); box-shadow: 0 0 5px rgba(0,0,0,0.2),0 1px 0 rgba(255,255,255,0.15); }
I tried but my words did the opacity too
(srry for my bad english)
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Opacity menu’ is closed to new replies.