Category: CSS

  • HTML 5 – More semantic page elements

    HTML 5 – More semantic page elements

    In an effort to continue the advancement of web technology it seems that everyone, a panel of industry giants, got together and started formulating the next version of HTML standards. HTML 5 incorporates into the HTML standarda new set of tags that should bring the standard in line with how developers are currently using CSS to structure their pages. I know that statement calls into question the whole standards movement, but it’s true. (more…)

  • Damn the Standards…Full speed ahead!

    Damn the Standards…Full speed ahead!

    I was browsing through some sports coverage and ran across this link. It’s an amazing (read: bad) site that ignores all the standard rules of engagement in web design and development. (more…)

  • Click to Activate Flash Still an Issue?

    Click to Activate Flash Still an Issue?

    It’s amazing to me that sites that rely on Flash for their main navigation have not taken the steps to eliminate the “Click to activate and use this control” messages from their sites. If you haven’t seen this message before you must be avoiding flash sites. To recap: Eolas has a patent dispute with Microsoft, forcing them to make activeX controls require users to click the “control” before they can interact with it. Annoying to say the least. If you want to read more go here. Needless to say this article was inspired because of the staggering number of sites I’ve run across in the last month that have not incorporated the JavaScript solutions that are available. Here are the favorites:

    If you own, or manage a site that uses Flash as a navigation element, fix this, please. Better yet…use CSS navigation instead. As much as I like Flash, does it have to be used for everything?

  • Is Print Dead?

    Is Print Dead?

    I just finished watching a webcast discussing the evolution of printing in the digital age. The discussion really centered around the fact that people seem to be printing less in the age of Web 2.0. People read blogs, watch videos, communicate with each other, check prices, and order products online.
    (more…)

  • <div> dividers…

    <div> dividers…

    While migrating a site over to XHTML and CSS I discovered a bug in Internet Explorer 6. I was surprised that I hadn’t seen this one documented before, so I thought I’d write something up. Instead of using horizontal rules <hr> I like to create divs with a background color and a small height instead, browser support for styling <hr> is spotty at best, and using a div you can add additional properties to control the width and height, or add a background image.
    (more…)