Omicron Llama

Coding all day, every day.

May, 2009

CSS Opacity in IE

This really pissed me off, and took me the best part of an hour to figure out. With CSS you can set transparency on a container element such as a div, using filter:alpha(opacity=X) where X is a number between 0 and 100 representing percentage of opacity. What ISN’T stated ANYWHERE is that the container div […]