Page 1 of 1

Can this box with extension be done in CSS?

Posted: Wed May 17, 2017 10:44 am
by simonmlewis
I want to have a small square (or rounded corner) button to appear on the right, with right: -200px CSS to push it off the side.
When mouse over, the box comes in, purely with CSS.

I can do this with a simple DIV, but can a DIV be made in this shape, just with CSS?

I could possibly think of a way with embedded DIVs, but wonder if it's quite easy.