Category Archives: CSS

Convert Pixels to Points to Ems

I was looking for a way to convert pixels to ems for a website project I was working on, and came across this conversion table which, I’m sure, will be a useful reference to you if you ever need to convert pixels to points or ems (or percentage). In case you don’t know, using pixel [...]

Displaying PNG 24-bit Alpha Transparency on IE with CSS

After reading Justin Koivisto’s great article: Normal Display of PNG Alpha Transparency with MSIE and reading his PHP code, I said to myself: “myself, there should be a much simpler (lazy, if you will ) way to accomplish this”. True, I could just copy, paste and use his code, modify the .htaccess file (or add [...]

Simple CSS Layout

Note: By mistake I deleted the original post (dated 08.08.05), so I’m posting it again While I was working on a big project at work, I happened to use CSS a lot and gained a bit of experience and a better understanding on how to manipulate elements and all that stuff. Well, by doing lots [...]