css3 - Simple css opacity IE fix help needed -



css3 - Simple css opacity IE fix help needed -

please compare page in chrome , ie

you can see drop downwards fields in right side.

in chrome displays correctly. in ie displays rectangular boxes.

so applied opacity select fields using next code.

select { opacity:0; filter:alpha(opacity=0); /* ie8 , before */ }

but hides everything. mean "please select" text too. can see invisible in ie chrome displays correctly.

so tried code. not working.

select option.selectedx { opacity:1; filter:alpha(opacity=100); /* ie8 , before */ }

where selectedx class name of drop downwards selected field.

thanks

try utilize z-index property

css css3 opacity

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -