css - floating link hover background problem -


on navigation have links have link floated right. , when hover on right link dont want happen when hover..but adds background right beside last link on left, because it's floated. how make no background appear on hover floated link? ive tried making class on :hover make background none nothing changes.

i have jsfiddle because confusing lol

http://jsfiddle.net/r3bbm/

edit: doesnt happen in chrome, other browser does

well, floating image inside link, not <a> tag. try putting floatr class on <a> tag instead. make .floatr:hover{background:none;}


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -