CSS Archive

23 Oct 2012

Avoiding pageshift by forcing a scrollbar with CSS

Page shifting when moving from page to page? chances are its a scrollbar issue this quick tip will show you how to combat the problem.
4 May 2011

Create Pure CSS Tooltips

Through this code, you can have your own tooltips using just CSS!!
4 May 2011

Styling forms with CSS

Forms come in all shapes and sizes but they all look the same and as such they all look really dull but you can change that by styling them with CSS so they match the theme of
4 May 2011

CSS for different versions of IE

Some times your site looks different in IE 6 then it does in 7 or in Firefox. Most of the time you can combat this with better coding but there's times when that just not enough.