Achieving transparency
Using css opacity property
Some text to see what happens when we make this div transparent
Check link behavior
The whole element becomes transparent. Usefull in some cases, a big problem otherwise.
Using rgba colors
Some text to see what happens when we make this div transparent
Check link behavior
Works fine in modern browsers (FF 3.5, Opera 10, Chrome 2 and Safari 4).
No luck in Internet Explorer. Furthermore, using the MS filter results in buggy behavior when setting it to 100%.
Using transparent pngs
Some text to see what happens when we make this div transparent
Check link behavior
Works fine in all modern browsers except ie6.
<<
back to article