Archive for December, 2008

  • Guidelines For Using CSS In HTML Email Newsletters

    Posted: 1 year ago in Articles

    Email newsletters are more popular than ever, and everyone loves to design a rich website-like newsletter for their subscribers. Unfortunately, email isn’t the web. Your beautiful design work might look great in one email client, but chances are when you look at the same work a different email client the results will not be the same.

    Why? In a nutshell, some email clients are moving away from full CSS support. CSS (Cascading Style Sheets) is the technology that allows for modern, powerful, flexible website designs. Here are some guidelines for creating successful email newsletters that will look good even in the worst email clients. We don’t mention much about design, just coding practices that will succeed in all environments…

    VN:F [1.8.1_1037]
    Rating: 0 (from 0 votes)
  • Specifics on CSS Specificity

    Posted: 1 year ago in Tutorials

    The best way to explain CSS specificity is to start with some examples. CSS specificity can get confusing. Here’s a closer look at how to calculate the actual specificity value to determine which selector takes precedence…

    VN:F [1.8.1_1037]
    Rating: 0 (from 0 votes)
  • Equal Height Columns with jQuery

    Posted: 1 year ago in Tutorials

    Creating equal-height columns with CSS is sometimes a bear. But who needs the hassle of faux columns, “clear” divs and the rest? With this bit of jQuery, you can easily equalize the heights of any group of elements…

    VN:F [1.8.1_1037]
    Rating: 0 (from 0 votes)
  • Create an Advanced CSS Menu

    Posted: 1 year ago in Tutorials

    Nice tutorial describing how to create a complex CSS menu using the CSS position property…

    VN:F [1.8.1_1037]
    Rating: 0 (from 0 votes)