Design News:
Powerful CSS-Techniques For Effective Coding
50 new CSS-techniques, ideas and ready-to-use solutions for effective coding. You definitely know some of them, but definitely not all of them.
Comments (1)
Great article! About PNG transparency AlphaImageLoader on div, span, tables… elements, without a .js file, we´ll find the solution on 49abcnews.com code: Using conditional comments and CSS like this:
CSS
#element {
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
(src=”http://media.49abcnews.com/img/trans-white-20.png”, sizingMethod=”scale”);
}
An example applying a shadow-effect over gradient background image:
Link [www.alcarriarural.es]