Skip to content
CSS Head
CSS links, tutorials, code and demos for web designers and developers
    About Archives Contact Privacy and Cookies Policy Submit a Link Submit Community News
CSS Head
CSS links, tutorials, code and demos for web designers and developers
Home Submit a Link Contact About

Tag: png

Degradable PNG Transparency for IE6

July 10, 2009

All (sane) web developers are eagerly awaiting the day Internet Explorer 6 dies. While there are a number of opinions in the community on when we should drop support and how we should encourage users to upgrade, the (sad) fact is that (as of this writing) roughly 25% of the world is still using it. […]

csshead comment 0 Comments

Four Sided PNG Drop Shadows with CSS

July 3, 2009

In the PNG Drop Shadows article we explored a new CSS method that uses the PNG image format to apply drop shadows to any arbitrary box, producing excellent looking shadows. That’s great, but the method limits us to having shadows on just two sides of the content box. Clients aren’t going to be satisfied with […]

csshead comment 0 Comments

How to: Opacity with CSS

June 29, 2009

Do you know that an opacity or transparency can be applied to various aspects of a website without the use of Photoshop? Well you can with the use of CSS and even though there is not yet a CSS standard, the effect does work in all modern browsers and is easily achievable. Here are the […]

csshead comment 0 Comments