sweet666
Jun 29 2006, 11:00 AM
i was wondering if there was a code to make my hero's and music and films
like in a box type thing
like a scroll box.....?
xoxox
kaydance
Jun 29 2006, 11:09 AM
If you are refering to the drop down boxes that has already been covered here in this
topic
cowsarecool
Jun 29 2006, 10:46 PM
If you mean an actual scrollbox...use this code:
<div style="overflow:auto; width:150px; height:200px; float:left;">the leftmost scroll box. text and images go in here</div>
p.s. you can change the width/height to whatever you desire.