I've been working on incorporating the CSS effect found on this website:
Everything seems to be functioning properly except for the fix provided for IE8. I added some conditional code so that the fix is only applied to <= IE8, and as a result didn't include the CSS3 reset for standard browsers. However, the fix doesn't appear to be working as expected, all I'm seeing is the text and it's wrapping around strangely.
You can view working examples here:
The example I set up can be found here:
Any insights into why mine isn't working? The main differences I noticed are that he's using lists and has his a
tags set as blocks
. I tried implementing this but it's causing layout issues for me.