Click here to Skip to main content
15,895,813 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
C#
select::-ms-expand {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    /* IE 5-7 */
    filter: alpha(opacity=10);
    /* Good browsers :) */
    opacity: 10;
}





its not working under ie 6
Posted
Comments
Sinisa Hajnal 22-Dec-14 6:13am    
Hopeless. IE 5/6 and HTML5 / CSS3 do not mix. Google around and pray. I remember using something called Pie, but I cannot remember the details...ah, found it: http://css3pie.com/about/

Good luck

1 solution

Are you truly expect that IE5/6 support CSS3 specific attributes. Those browsers are barley support CSS2!
Give up and move on - stop supporting those dinosaurs...
 
Share this answer
 
Comments
Mich1309 22-Dec-14 8:40am    
i working with an old app that supporting only ie 5 its a problem
Kornfeld Eliyahu Peter 22-Dec-14 8:42am    
So you have to left out HTML5 and CSS3, and for that matter jQuery too - it stopped supporting old IE!
Mich1309 22-Dec-14 8:43am    
so you got a solution for me maybe that i can to remove the arrow of select tag
Kornfeld Eliyahu Peter 22-Dec-14 8:44am    
Please show your markup - that may help to see some solution...
Mich1309 22-Dec-14 8:43am    
before i print my form i want to remove the arrows

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900