arrow button in pure CSS & HTML iOS 6  | CSS3 HTML5 Back button

arrow button in pure CSS & HTML iOS 6 | CSS3 HTML5 Back button

…just another arrow button in pure CSS… arrow button in pure CSS and HTML – iOS 6 version Some of you might have already seen or used my first version of an iOS arrow button in pure CSS. I noticed that in iOS 6 the look of these buttons changed. For example the gradient. It [...]

Overlapping transparent divs with one border

Overlapping transparent divs with one border

Overlapping transparent divs I recently came upon a question on http://stackoverflow.com. A user asked if it was possible to have two transparent divs that overlap and force the overlapping section to have the same opacity. His example looked like this: <div id="foo"> <div id="bar"> </div> </div> FIDDLE This was a very interesting question, because I [...]