jquery - Opacity issue in Internet Explorer and Opera -


I have a problem with opacity for IE8 and Opera 9-10. My small JS single CSS class has a line (& lt ; Tr & gt;) is the class, when the user clicks on it:

 . Selected {Opacity: 0.5; MS-Filters: "ProgID: DXImageTransform.Microsoft.Alpha (Opacity = 80)"; / * IE8 * / filter: alpha (opacity = 80); 

to:

 . Selected {Opacity: 0.5; MS-Filters: "ProgID: DXImageTransform.Microsoft.Alpha (Opacity = 80)"; / * IE8 * / filter: preceded: DxImG Transforms. Microsoft. Alpha (opacity = 80); If it still does not work, then there is probably a problem with some heritage and we will need to see some thing and markup or an online example. 


Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

c# - ListView onScroll event -

c - Linux mmap() error -