snippets / PNG-fix pour ie6

Language: Css - First posted by juliend2 on 2008-05-2 17:05 (6 months, 3 weeks)
Link to the snippet: http://www.friendsnippets.org/snippet/275/

Usage: Si utilisé avec le mode "scale", il faut que l'élément qui le contient ait un height:100% pour que le height soit "computed", parce que le mode scale se fie au computed height (celui donné explicitement par le CSS).--- crop Clips the image to fit the dimensions of the object. image Default. Enlarges or reduces the border of the object to fit the dimensions of the image. scale Stretches or shrinks the image to fill the borders of the object.*

1 <!--[if lt IE 7]> 
2 <style>#logo{
3 background:none;
4 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="fond.png", sizingMethod="scale");
5 }</style>
6 <![endif]-->
In order to post a comment, you should have a friendsnippet account. Please sign-in.

0 comments

May '08
  • Usage: Si utilisé avec le mode "scale", il faut que l'élément qui le contient ait un height:100% pour que le height soit "computed", parce que le mode scale se fie au computed height (celui donné explicitement par le CSS).--- crop Clips the image to fit the dimensions of the object. image Default. Enlarges or reduces the border of the object to fit the dimensions of the image. scale Stretches or shrinks the image to fill the borders of the object.***

Common Tags



snippet History

May '08