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

enter image description here

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

enter image description here

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


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -