Tag: bugs

First-letter bugginess

Recently I made some changes to the typography of subheadings on this site: I made them all uppercase and for the h2s I used the first-letter pseudo class to give the first letter a larger font-size (150%).

More on First-letter bugginess

HTML/CSS newbie FAQs

After spending a while on web development forums, you start to see the same questions being asked regularly. So here I’m going to answer some of these common beginner questions and hopefully save me typing answers out repeatedly in the future because I can just refer the poster to here or copy it myself. ;)

More on HTML/CSS newbie FAQs

Why does my layout look wrong in IE?


If your site looks right in a browser like Firefox, Opera or Mozilla, but not in Internet Explorer, it’s highly likely you’re being affected by one of IE’s numerous bugs.

Fortunately, most of these have been well-documented at Position is Everything.