Jump to content
  • 0

Проблема с прозрачностью .png IE6


Mary_RND
 Share

Question

Читала темы, разные методы, но ни один не помог(

Что можно сделать чтобы png был прозрачным и тянулся в IE6,

html

<div id="order_selection">

</div>

css

#order_selection {
background: url(../i/line_order.png) repeat-x left bottom;
height: 235px;
width: 60%;
margin: 0 0 0 0;
float: left;
}

*html #order_selection {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../i/line_order.png', sizingMethod='scale');
}

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

сделала по аналогии

 #order_selection {
background: url(../i/line_order.png) repeat-x left bottom;
height: 289px;
width: 60%;
display:block;
position: reletative;
margin: 2px 160px 0 284px;
float: left;
}

*html #order_selection {
filter:expression(PNG(this));
}

<div id="order_selection">
</div>

фон все равно не прозрачный

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy