CSS Coding Help: Scrolling Text Area

by 3 replies
4
Last week I designed and sliced a layout I wanted to use for one of my websites. I opened it up in Dreamweaver to begin working on it but the problem I'm having now is that I have no idea how to get the text area to continue for the length of the whatever is in that area. (I hope that makes sense.) The problem I'm having is that I don't know how to get the sidebar bar images I sliced to repeat for the length of the text area.

If I haven't confused any of you, can you offer any help. I don't mind providing a screen shot if it would help.

Thanks in Advance!
#website design #area #coding #css #scrolling #text
  • Yes Id like to see a screen shot but also check you overflow in the css for the text box I think thats what your talkinb about
  • hi, do you have your answer for your problem?

    if not, here's my suggestion..

    try using "background-repeat: repeat-x;" on your text area div..

    i hope it helps..
    • [ 1 ] Thanks
  • Thank you for your help! I employed tuldok's suggestion and it worked!

    ....it's really easy to turn such a small problem into something bigger than it is.

Next Topics on Trending Feed

  • 4

    Last week I designed and sliced a layout I wanted to use for one of my websites. I opened it up in Dreamweaver to begin working on it but the problem I'm having now is that I have no idea how to get the text area to continue for the length of the whatever is in that area. (I hope that makes sense.) The problem I'm having is that I don't know how to get the sidebar bar images I sliced to repeat for the length of the text area. If I haven't confused any of you, can you offer any help. I don't mind providing a screen shot if it would help.