By admin | January 28, 2010 at 11:38 pm | No comments
Create a Letterpress Effect with CSS Text-Shadow
Let’s start this list of tutorials with one that will definitely show you the potential of the text-shadow property. In this tutorial, you’ll learn how to create a stunning (and very popular these days) text effect using CSS...
Posted in: CSS, Javascript + Development, Resources, Tutorials
By admin | January 28, 2010 at 11:33 pm | No comments
“We really love this new website you’ve built! Now we’d like to send out an email to all of our customers, friends and anyone, and it should look exactly like the website...
Posted in: CSS, Resources, Tutorials
By admin | January 28, 2010 at 11:29 pm | No comments
CSS and JavaScript are extremely powerful tools for designers and developers. However, sometimes it’s difficult to come up with the one excellent idea that would solve a...
Posted in: CSS, Javascript + Development, Resources, Tutorials
By admin | January 21, 2010 at 3:55 am | No comments
1 - Cross browser inline block
<style>
li {
width: 200px;
min-height: 250px;
border: 1px solid #000;
display: -moz-inline-stack;
display: inline-block;
margin: 5px;
zoom: 1;
*display: inline;
...
Posted in: CSS, Tutorials