i need a scroll box code.
just a plain and simple one..that WORKS.
thanks :)
Four answers:
Sharingan616
2009-06-06 19:05:24 UTC
PLACE IMAGES, LINKS, OR TEXT HERE
This is the code for a basic scroll box. Once you add enough text, a scroll bar will appear to the side of the box. Or, you could change the size of the box in the code.
You try to use CSS to reposition that box. Send me a message with your code, if you wish to, so that I could look at it and help you with that, or you could post your code here as well, as additional details for this question, and me, or other answerers might be able to help. Basically, however, what you do with css is, give the tag a class (class="example1") attribute or id (id="example2") atrribute, and then you call these attributes with the help of CSS and reposition them. A quick example is as given below: Example Page