In honor of Mager’s new transparancy-heavy (and f***ing sick) site redesign by Marc Mendell, here’s a quick and easy way to make png transparencies work in IE6.
So you have your background url set something like this and it looks awesome in all the real browsers:
#pngImage {
background: url(transparent-bg.png) no-repeat;
}
But in […]
Category Archives: Presentation
Easy PNG transparency for IE6
Comments (1) June 11, 2008 – 1:20 pm<sup> tag in IE6
Comments (2) June 11, 2008 – 12:21 pmWhat’s up with the <sup> tag? It’s a semantic way of marking up superscripts, but it acts funny in IE6 (are you surprised?).
You will notice here that the screenshot on the left looks a little cramped. Here is the fix:
sup {
text-align: vertical
}
If you want to move the number higher […]
What’s for lunch?
Comments (1) April 3, 2008 – 1:44 pmThis website was created because someone was thinking about food, and the need for a simple CSS trick blog.
How brilliant would it be if I could make a CSS blog during my lunch break? -Andrew Mager
We will try to make our posts as Googlable as possible too so you can always find them.
This blog will […]