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 -

java - Jtable duplicate Rows -

java - Run a .jar on Heroku -