Iframe scrolling area

  • Thread starter Thread starter Harley
  • Start date Start date
H

Harley

Can anyone help.
We have an ASP.Net Application that uses iframes to create a rectangular
scrolling section in the centre of a page.
There seems to be a problem when scrolling this region (on some PCs), the
controls all get distorded in appearance and may appear many times (ie like
a trail of controls). Not sure if this is a refresh problem. The page has
fully downloaded as we are using response.buffer=true (it also occurs if we
use false)
Should we be using a div tag instead?

Help?

Thanks for any assistance.
 
Hello Harley

It's a resource problem if you are talking Win95/95/me as the offending PC's

We had that problem with an Intranet application we did. After getting the
client to switchto Win2k...poof...it went away. Divs did the same thing.


--
Ibrahim Malluf
http://www.malluf.com
==============================================
MCS Data Services Code Generator
http://64.78.34.175/mcsnet/DSCG/Announcement.aspx
==============================================
 
Back
Top