Hi there peeps,
The "Safari adjacent sibling bug fix"...
...is not not working in Chrome, in conjunction with the "pseudo hover class".Code:body { -webkit-animation: bugfix infinite 1s; } @-webkit-keyframes bugfix { from { padding: 0; } to { padding: 0; } }
If you look at my example here...
...you will see that the hover effect only works with the thumbnail on the far right, in that browser.
So basically...
...works as expected, but...Code:element:hover+element { }
...sadly fails.Code:element:hover+element+element { }
coothead





Reply With Quote





Bookmarks