B
bigben1269
On my website i have a content window where all the content for each page
will appear where the background image remains the same, however it is only
so high and on some pages i will have more content then the window will allow
with out expanding the cell and tiling the bg image. This content window is
centered in the middle of the page and i am unable to use frames this way.
What is the best way to do this where my bg image will not tile or be
distorted suchas making a layer on it with a scroll bar?. If i am way off on
this plz point me in the right direction. thanks!
--previous response--
what you want can be done with .css.
you'll need to set your content area as a <div> and on your style sheet give
it a height, width, background image (and scroll/no scroll properties if
desired) and set it's overflow property to "auto".
---end----
I need description of how to do this. I created the <div> tag and put my
content area in that (a new table). Now how do i get to modify the height,
width, background image, scroll/no scroll properties and set it's overflow
property to "auto". Am i doing this to the table or the <div>. Where are
these options under style
will appear where the background image remains the same, however it is only
so high and on some pages i will have more content then the window will allow
with out expanding the cell and tiling the bg image. This content window is
centered in the middle of the page and i am unable to use frames this way.
What is the best way to do this where my bg image will not tile or be
distorted suchas making a layer on it with a scroll bar?. If i am way off on
this plz point me in the right direction. thanks!
--previous response--
what you want can be done with .css.
you'll need to set your content area as a <div> and on your style sheet give
it a height, width, background image (and scroll/no scroll properties if
desired) and set it's overflow property to "auto".
---end----
I need description of how to do this. I created the <div> tag and put my
content area in that (a new table). Now how do i get to modify the height,
width, background image, scroll/no scroll properties and set it's overflow
property to "auto". Am i doing this to the table or the <div>. Where are
these options under style