Refresh problems

iezcha

New Member
When a scrolls an ASP.Net page up and down using IE5, the list boxes on the page leave artifacts all over the screen. In IE6, this doesn't appear to be a probelm. Any suggestion would be appreciated.What version and Service Pack of IE5? -- <BR>My experience is that IE5.5 NO SERVICE PACK has problems with 'styles'. I have also seen various rendering problems with basic page elements. Once SP1 or 2 is applied the problems went away.<BR><BR>Hope This Helps.Thanks to Miker for trying to help out. <BR><BR>For anyone interested, the problem is actually caused by using the Visual Studio.Net IDE to visually resize listboxes. When you do this, a style tag is created that defines the height of the control. Since the control renders into a standard html listbox, there is also a "rows" attribute (4 rows by default). When the height of the control and its row attribute conflict, the browser becomes confused and does not repaint the control properly. Eliminating the height attribute value of the control, solves the problem.<BR><BR>Steven
 
Back
Top