html - background overlays text -


demo

as can see in jsbin background overlays text in 3 link objects (move cursor above see it).

i have tried around z-index (as suggested friend), doesn't seem have effect.

how go fixing it?

here's relevant css:

a {     color: #cccccc;  }  a:hover {     background-color: #cccccc; } 

as can see, font color , background color same on hover. z-index has nothing it. change color on :hover , see text, demonstrated on fiddle: http://jsfiddle.net/yvdvx/


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

tags - Jquery Mixitup plugin help prevent handlers being destroyed -

python - Received unregistered task using Celery with Django -