Tag Archives: image

Mouseover images with CSS

1 Jan

This is a method to create mouseover effects in CSS for background images with HTML text on top. I have yet to see a solution like this that does not create a flicker in IE6, because the browser will not cache background images. (more…)

CSS Photo Gallery

1 Jan

This is an example on how you can display thumbnails as part of a photo gallery nicely with the help of CSS.

You can easily use these thumbnails in combination with making them links too. (more…)

CSS Transparency for Images

25 Nov

Creating transparency with CSS is easy. Here is an example with images. (more…)

Stretch an image with HTML

12 Jan

If you want to stretch an image depending on how wide it’s container is, you can do so with a relative width in your width attribute. It’s pretty easy to do, does not look so nice, but often asked about. (more…)