views:

104

answers:

1

I am experiencing a strange IE6 problem. I have an ajax request which refreshes a part of my page. However after the DOM injection the select boxes are disappearing and after a fraction of a seccond they appear again.

Is there any way to prevent this? or solve ?

I am using jQuery for the ajax part.

Thank you!

A: 

I remember hitting the same problem once. Try setting the width (style="width:100px") or size attribute of the <select>.

korchev
Tried that.. didn't work for me sadly..
Marcus