Click to See Complete Forum and Search --> : text area


Hershal
12-04-2003, 06:29 PM
i want the text on this page to scroll in a certain area

http://osi.hershaltech.com

i only want it in the white area

Daria
12-05-2003, 08:49 AM
Could you elaborate on this?
you want the text to be scrollable in the top left frame only? it is now. You want it to be scrollable UNDER your huge bg image? (it is the only "white area" I see).

Could you be more specific or show us a working example somewhere else?

Hershal
12-11-2003, 01:31 AM
i want the text to scroll on only the white area where the bg img is, i know i have seen it before i just can't remember where

giggledesign
12-11-2003, 08:16 AM
i dont think i catchn your drift...

do you want the text to be positioned over the white bit of the background image? i dont really understand that, maybe if you print screen and edit with paint or another image editor using arrows and lines exactly where you want the text to be!

do you want the bgimage to mover with the text or stay: fixed?


please elaborate

Hershal
12-11-2003, 09:14 AM
I have The bg img set to fixed using css and i want any test on the page set to only appear over the whight parth of the back ground

like when all the text has been added and since my bg is fixed i want when the page is scrolled to have the text onl scroll in the set area
using css i can set a text indent to have it horizontally positition its self but i need a vertical positioning or a fixed field for it to stop when it has reached a certain level

giggledesign
12-11-2003, 09:15 AM
use tables to position the text accross to the right, onto the white bg but keeping the text aligned to your personal preference.

that help?

Hershal
12-11-2003, 09:24 AM
chesk out the site and see if you understand
http://osi.hershaltech.com

Hershal
12-11-2003, 09:25 AM
but is i scroll won't the table scroll over the settings i want?

Robert Wellock
12-11-2003, 09:33 AM
Using the <iframe> could possibly be one solution but I cannot see why you want to use frames in the first place. You might as well have used CSS to create the scrollable text area and position it where you desired.

Hershal
12-11-2003, 09:41 AM
how di i do that in css

Robert Wellock
12-11-2003, 09:57 AM
You ask the question in the CSS forum; in either case you didn't say whether you wanted to remove the framesets first, or whether you wanted a framed effect, or just an area of the page that had a scrollbar - that changes which solution you can be given.

Hershal
12-11-2003, 05:11 PM
weeli want to keep the frame set so...

PeOfEo
12-11-2003, 05:45 PM
why? Using css would acheive greater functionalit and it would look better :rolleyes:

Hershal
12-11-2003, 05:47 PM
cause i am new to css sheets am am still learning how to use them

PeOfEo
12-11-2003, 05:51 PM
its easy to make a div scroll :rolleyes:
<div style="height:somepx; width:somepx; overflow:auto;">
text
</div>

giggledesign
12-12-2003, 04:55 AM
Nathan,

read this and then make your mind up about using frames

http://www.useit.com/alertbox/9612.html

use css, :D its much better!