Preload Images with CSSSometime's there's a clear need to use CSS, instead of javascript, to preload images. |
Hoverbox Image GalleryThis is a very nice roll-over photo gallery that uses nothing but CSS, that’s right, no JavaScript. There is definitely a need for better photo galleries and it’s very simple to add a image gallery like this one. |
CSS Background ImagesHere are some naughty examples of CSS background images with their nicer, more accessible counterparts. |
CSS Drop ShadowsWhat if we had a technique to build flexible CSS drop shadows that can be applied to arbitrary block elements? That can expand as the content of the block changes shape? Compatible with most modern browsers? With better results for standards-compliant browsers? |
CSS Image SwitcherThis is a pure CSS image switcher that is lightweight and standards-compliant. It could be used for a gallery or any similar function. Any number of list selection options can be used so long as the width can accommodate them. |
Super-Easy Blendy BackgroundsCreate a PNG that’s blended from transparent to white, use it as a background image, and rely on the background-color style to provide the other half of the blend. |
Create Resizable Images With CSSI'm a big fan of layouts that still work if a user increases their browser's text size. However, I was wondering what it would be like if any images resized along with the text rather than staying constant in size. |
"Yet Another" Image Replacement Technique?The Thierry Image Placement technique is a new way to replace text with images that is accessible and degrades properly. |
Custom Double Solid Image BordersIn this brief tutorial I will show you how to create solid double borders for images and style them however you wish. |
Create Resizing Thumbnails Using Overflow PropertyThis tutorial is aimed at controlling the size of the thumbnails appearing on your page. Using this trick we limit the default dimensions of the thumb, and show it in full size when user mouse-overs it. |