Responsive website layouts have become increasingly popular. What are developers supposed to do about sliders and galleries when developing a responsive website? Here are 10 great solutions.
Here's a demo of how to create a fading transparent overlay effect of a magnifying glass when you hover over an image, using jQuery & CSS3. A great w ...
If you need to put a quick note on a website, why not use a Post-it note? There's no need to use any images now that we have good old CSS3. We can use ...
Learn how to use jQuery to apply zebra striping to a table; a technique which is cross browser compatible. Yup, even your favorite browser Internet Ex ...
Zebra striping is a technique used to help the usability of a table in html. By coloring every other row in the table, it makes it easier for your eye to keep it's place. CSS3 makes this "uber" easy.
Learn how to use CSS3 to add shadows to an image, table or div.
Remember the old days when the only way to create a shadow on text was to make it an image? That’s good for search engines..right? Oh sure, just use some [...]
Using an unordered list is a simple and easy to style method of creating a navigation bar. Now with CSS3 and round corners created by the browser, it’s even easier [...]
If you’ve designed websites before you know what a pain making rounded corners on a box can be. You can make an image of a box with rounded corners in [...]