I’m trying to create a hover panel effect which will pop out to the left but I’m having a few troubles with it. I’ve attached an image of the effect I’m trying to make.

There is an example of what I’m trying to make over on CodePen. Check it out:
http://codepen.io/anon/pen/CgKqs
I must be having a total mental block today because I simply cannot figure this out. My aim is to do this without javascript, as a CSS-only thing. I’m having real trouble getting the ‘pop out’ to position correctly.
Specific issues are:
- After hovering (returning to it’s supposed default state) items disappear in IE.
- The hovered ‘pop out’ forces a horizontal scrollbar to appear.
Can some kind and ninja-like HTML/CSS genius lend a hand?
Thanks,
Adam.
Here is what you want:
edit: new fiddle link added..
https://jsfiddle.net/BerkerYuceer/sd8mLajr/
you can turn those content divs into links if you want.