Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Iframe scrolling area

Reply
Thread Tools

Iframe scrolling area

 
 
Harley
Guest
Posts: n/a
 
      12-17-2003
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.



 
Reply With Quote
 
 
 
 
Steve C. Orr [MVP, MCSD]
Guest
Posts: n/a
 
      12-17-2003
Ya, you might want to try using a div with the "overflow" CSS attribute:
http://www.w3schools.com/css/pr_pos_overflow.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com




"Harley" <> wrote in message
news:O%23a7l%...
> 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.
>
>
>



 
Reply With Quote
 
 
 
 
IbrahimMalluf
Guest
Posts: n/a
 
      12-17-2003
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
==============================================




"Harley" <> wrote in message
news:O%23a7l%...
> 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.
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
MVC2: linking from one area view to another area view Andy B. ASP .Net 0 04-30-2010 07:46 AM
do structure definitions go in data area or in code area... hotadvice C Programming 14 10-02-2007 04:10 AM
smooth scrolling & auto scrolling sillyputty Firefox 1 08-24-2007 02:10 AM
Add point to graphics area without having to paint the whole area? Mark Java 1 06-27-2005 03:09 AM
Get form values from iframe (1) to iframe (2) inside a layer in iframe (1) Daedalous Javascript 3 01-16-2004 11:08 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57