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
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
Post a Comment