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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -