Tag: css

quickSlide - CSS only Tabber and Slideshow

Simple HTML SlideShow based on Anchor tags
There are many slideshow galleries and scripts on the internet and many of them are super fancy with cool animations and nice features. Sometimes, however, you just need a simple solution to a problem. I wanted to create a simple slideshow without any JavaScript.
I found […]

Popularity: 2%


Toggle classes with Prototype and CSS

Using Prototype to toggle more than one div
The other day I needed to write a function that will hide and show summery content on a button click. Think of a blog where on a page you have like 5 blog entries with titles and excerpts. Imagine that you wanted to have a button […]

Popularity: 2%


ModalBox IE6 Black Background Fix

Fixing Black Background in Internet Explorer 6
Modal windows are used in lots of online websites today and there are many different types of these modal dialogs. I have used GreyBox with great success but my current preference is ModalBox becuase its based on Protytpe or Scriptaculous which I already use all the time. […]

Popularity: 4%


Browse CSS ShowCase Websites

Find Inspiration from Beautiful CSS and XHTML Design
If you are doing any web design on the internet, you really should check out some websites that list and display high quality design work. I am referring to websites that show other websites which have been designed with CSS, XHTML, and comply with web standards. […]

Popularity: 13%


Image rollovers using CSS

There are many ways you can make rollover effects for links, images, or other objects on your site but some ways are clearly better than others. I like to stay away from JavaScript because of speed and instead, define the rollover in CSS. The navigation bar on this site is done in CSS […]

Popularity: 15%


CSS validate Share This

Alex King has written a really great plugin for social bookmarks called Share This and I use it here on the blog. It looks awesome but I had a problem with CSS validation. Essentially, I got a CSS error that said “background Too many values or values are not recognized” which refers to […]

Popularity: 9%