underline not appear on anchor hover even though it is in CSS -
for reason when hover on anchors in #navigationtext, cursor changed pointer, text-decoration:underline not take effect.
any idea why happening , how can fix it?
my css says:
#navigationtext a:hover{ cursor:pointer; text-decoration:underline; } here live link page not happening: https://dl.dropbox.com/u/270523/help/initializr/index.html
i figured out though underline not appearing, bottom-border , on hover.
so if change on hover css to:
#navigationtext a:hover{ border-bottom:1px solid #000; } this not same, similar effect.
Comments
Post a Comment