One of the differences between Internet Explorer and standards compliant Web browsers that cause a lot of trouble for CSS beginners is the CSS box model. Since the box model is what browsers use to calculate an element’s total width and height, it is quite understandable that different browsers producing different results can be both confusing and frustrating…
Archive for November, 2008
-
Internet Explorer and the CSS box model
Posted: 1 year ago in Articles
Read More: Internet Explorer and the CSS box model
-
CSS image swap hover effect
Posted: 1 year ago in Tutorials
Describes how to switch a photo with a description when the mouse hovers over it. Uses mostly CSS and a bit of javascript to fix issues with Internet Explorer…
Read More: CSS image swap hover effect
-
A List Apart: CSS Sprites: Image Slicing
Posted: 1 year ago in Tutorials
The original, and probably still the best, article on replacing old-school image slicing and dicing with a nice CSS solution. Learn how to build a grid of images and then get each individual image out of the grid. You’ll then be able to store all your buttons, navigation items or whatever in a single master image file…
Read More: A List Apart: CSS Sprites: Image Slicing