Currently, I am facing the rendering problem in html
select
tag. I have few select
tag, in that one select
tag's option is static but another select
tag's option is dynamic, which populate using jQuery
.
I am using the internet explorer 6 mobile
browser in the Motorola ES400
device.
When my web page is loaded on the screen than it display like this:
Here my first select tag is static and another three select tag's option tag is generating using the jQuery.
I personally feel that it may be happen due to the re-rendering problem.
If i scroll the web page that it display okay:
I am using the following CSS for the select tag:
width : 240px;
height : 24px;
border : 1px solid #cccccc;
vertical-align : middle;