in the site i am designing i have created the whole layout through fireworks (nav buttons on the left, pictures at the bottom and logo etc at the top. in the middle i wanted a scrollable text area (like you see in the site shown) can someone please, please tell me how to do this... ive searched and searched and just cant do it...
at the moment the page is in a table, centered. its all 1 image (i.e not cut up into buttons, top, bottom etc...)
sorry i cant show you the actual page as i have no space to upload to yet. i hope you guys understand what im describing! is there a better way to get the end result? or should i put the text in a layer? if so how can i stop it moving all over the place in different res's
My problem is that the image isn't set as a background. when i made the template i just made a bunch of graphics. I wanted that large one there to be a background, for that cell that it is in, and have content over it, but i am having trouble figuring out how to make that image a background image
This is yhe page 2. Go to page 1, and you'll see the example provided.
Seriously, after creating the css class (that from the above example), all you have to do is to set the class name to the container cell (the one in which you display content)
ok... i sort of got it to work thank you so much for you patience...
i can now insert text over the image.. but the image is coming up cropped
here is the code i used
.................................................. .......
<td style="background-image:url(http://www.geocities.com/blueandcass...copy6-04.gif); width="609" height="506"
">
<div class="ScrollableArea">
you have to insert here the content
you want to be scrolled.
its just that for some reason the image is cropping to meet the amount of text, so i put in enough text for the whole pic to show up. its kinda a cheap fix i guess, but it works
gah.. im having another problem..it looks perfect in firefox, but in ie it looks horrible. it isnt making a scrollbar, its just repeating the image over and over to fit the text. What can I do?