Posts Tagged ‘css transparency’

CSS Transparency

CSS Transparency tips to knowTo make some element transparent you can use the css3 property opacity. This css3 property provides you with decent cross-browser support. This property accepts a value between 0 and 1 with 0 – totally transparent and 1 – no transparency at all. As usual, none of the IE browsers accept this property.

Continue Reading...