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 [...]

jQuery slot machine - CSS3 3D

jQuery slot machine – CSS3 3D

This is my second Version of a jQuery slot machine. I released my first Version of a jQuery slot machine about a year ago. jQuery slot machine in 3D The main difference between my old jQuery slot machine and this version is the way it looks and feels. I wanted to make a new “cleaner” [...]

github pure CSS3 octocat

github pure CSS3 octocat

Say hello to the CSS3 octocat!! A CSS3 octocat? Yes a CSS3 octocat!! …c’mon you know me… Nothing can stop me. hehe… Look at the Image or see it live here: Comic coding can be so much fun. And again. Whyyyyy? I’m actually still preparing for my workshop tomorrow. I wanted to know how long [...]

CSS3 twitter bird - twitterbird

CSS3 twitter bird – twitterbird

how about a CSS3 twitter bird? This is a pure CSS3 twitter bird. ..wtf?.. yeah of course.. it’s kinda stupid.. but… What makes me do stuff like this? I am preparing a workshop for next week. some of you might have seen what Lukas Winterberg did in my last workshop. A pure CSS3 mickey mouse [...]

CSS3 Comic Characters - CSS3 Mickey Mouse, Goofy

CSS3 Comic Characters – CSS3 Mickey Mouse, Goofy

Why did I make a CSS3 Mickey Mouse? I just started with web development and had the luck to get a internship space with a really crazy teamleader. At first we did some basic webpages but in the 3rd week Greg asked me if I would dare to try a pure CSS3 Mickey Mouse. At [...]

Pure CSS3 Animated Tooltips

Pure CSS3 Animated Tooltips

Pure CSS3 Animated Tooltips I know I know, old dog can’t learn new tricks. You all have seen that CSS3 can do amazing inline tooltips, so what makes my bone any different from anyone else’s. My bone is white and chewed on just like everyone’s but it has one amazing thing that I couldn’t find [...]

Pure CSS3 Image Fade In after Page Load

Pure CSS3 Image Fade In after Page Load

Now with support for Opera Browsers Pure CSS3 Image Fade In after Page Load I was recently proposed with the question: Is it possible to have images fade in shortly after the page has loaded and stay faded in and can the images fade in at different rates and times? This automatically made me think [...]

CSS 3d cube with rounded corners - 3d dice

CSS 3d cube with rounded corners – 3d dice

css 3d cube A CSS 3d cube? Yes… I’ve seen quite a few versions of a CSS 3d cube. Here are some examples. Paul Hayes Loe Lambert desandro net tuts + css 3d dice A dice?… Isn’t a dice a cube? Well yes, of course a dice is a cube but a real dice has [...]

pure CSS tooltips - transparent, border, box-shadow

pure CSS tooltips – transparent, border, box-shadow

Yesterday I wrote an article about overlapping transparency values. See this post Overlapping transparent divs with one border This tutorial is made with -webkit- CSS3. The complete set (bottom of the post) is compatible with Opera, Firefox and webkit-browser though. pure CSS tooltips I have seen quite a few methods to create pure CSS tooltips [...]

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 [...]