Is an Iframe my only option?
Posted
by cyggi
on Stack Overflow
See other posts from Stack Overflow
or by cyggi
Published on 2010-05-24T13:11:35Z
Indexed on
2010/05/24
13:21 UTC
Read the original article
Hit count: 199
I have a job to develop a website. My client wants it so that there is a header, a menu and for the content a rectangle-like box in which you can scroll the text. So that header and menu don't move but the text in the box does.
It should look like this:
***********header image ***********
menu menu menu menu
--------------
| you ||
| can ||
| scroll in ||
| this box ||
|_____________
- Is my only option to implement this an iframe?
- Would it be bad practice to use an iframe for this?
© Stack Overflow or respective owner