css - Transparent menu/navigation bar -
i cannot solve css problem.
i have nav bar should transparent. links on transparent due opacity attribute , because child elements of transparent navigation bar.
can u me solve this?
if dont want link text affected should modify rule .container selector this
.container { width: 100%; height: 90px; margin: 0 auto; background-color: rgba(255,255,255,0.5); } it keep background color design without affecting text opacity , said here several times , affect element , children
using opacity . text affected

using rgba(255,255,255,0.5), children not affected

take care of other rules can take action due javascript , hover situations fiddle here bis spater
Comments
Post a Comment