Article Archive

Articles tagged with IE6

  • Working with Background PNGs and Internet Explorer 6

    Using PNG images as backgrounds can be very helpful and useful, but there are some things to keep in mind when working with Internet Explorer 6.

  • Knowing What’s !important

    As it stands, an author’s style sheet declarations will have precedence over any styles defined within a user’s style sheet. To level the playing field, we find !important. Adding this keyword combination after any declaration in your style sheet (as a user) will give your style the power to overcome what has been [...]

  • A More Obscure Render Bug

    From time to time I will come across as cross-rendering issue that takes me by surprise. I’ll spend a fair amount of time trying to solve the problem using semantic code and valid CSS to try and support the particular browser (read: Internet Explorer) and get nowhere. It is at that point I’ll [...]