| iframe vs. CSS Can you create a scroll with CSS? |
lateatnight

msg:1182565 | 4:39 am on Jun 28, 2006 (gmt 0) | I'm having a lot of hassles with an iframe for a website and was wondering if there was some way to achieve something similar with CSS? Like a DIV tag that includes vertical scrolling. Any ideas?
|
Setek

msg:1182566 | 5:00 am on Jun 28, 2006 (gmt 0) | a div with a fixed width and height, and with overflow: auto; as a property value :)
|
Robin_reala

msg:1182567 | 7:21 pm on Jun 28, 2006 (gmt 0) | Setek's answer is the right way to go about things, but it's worth pointing out that you wouldn't 'call' another page in here, you'd have all the information in the original page.
|
|
|