Archive for November, 2008

  • Internet Explorer and the CSS box model

    Posted: 1 year ago in Articles

    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…

    VN:F [1.8.5_1061]
    Rating: 0 (from 0 votes)
  • 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…

    VN:F [1.8.5_1061]
    Rating: 0 (from 0 votes)
  • 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…

    VN:F [1.8.5_1061]
    Rating: 0 (from 0 votes)