Archive of CSS

01Jul2010
Author
Dave
Category
CSS
Tags
,
Force Internet Explorer 8 to render IE 7 or 8 Thumbnail

Force Internet Explorer 8 to render IE 7 or 8

Avoid the headache's of compatibility problems when using Internet Explorer 8 by forcing it to render a particular version. To force internet explorer 8 to render your pages using it's 7 or 8 engine or even 9 once it's out is a simple matter of placing a meta tag in your header and specifying what version of internet explorer to render.

Read MoreLeave a Comment
08Apr2010
Author
Dave
Category
CSS
Tags
, ,
Create Pure CSS Tooltips Thumbnail

Create Pure CSS Tooltips

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

Read MoreLeave a Comment
07Dec2009
Author
Dave
Category
CSS
Tags
,
CSS for different versions of IE Thumbnail

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.

Read MoreLeave a Comment
13Nov2009
Author
Dave
Category
CSS
Tags
, ,
Styling forms with CSS Thumbnail

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 your site.

Read MoreView Comments (1)