Select Object Problem

  • Thread starter Thread starter Darren
  • Start date Start date
D

Darren

I have a multiline select object in an html form.
When I resize the window so scroll bars show up, scrolling causes the select
box to stay in the same place while the rest of the page scrolls. If I hide
and reshow the window, it repaints itself correctly.

Any ideas?

Thanks

XP, IE6
 
It seems to be caused by the following filter..

<BODY
style="filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#C0CFE
2', startColorstr='#FFFFFF', gradientType='0');"

If I remove this filter, the problem goes away
 
Darren said:
It seems to be caused by the following filter..

<BODY
style="filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#C0CFE
2', startColorstr='#FFFFFF', gradientType='0');"

If I remove this filter, the problem goes away

Which OS? If XPsp2 do you get the same effect by disabling
that feature in the Security tab? ( Binary and script behaviors )

---
 
Tested on XPsp1 and 98, same result on both


Robert Aldwinckle said:
Which OS? If XPsp2 do you get the same effect by disabling
that feature in the Security tab? ( Binary and script behaviors )
 
Back
Top