View Full Version : Help Making a Scroll box.


mizthang819
01-12-2004, 09:20 PM
OK I know how to make a simple scroll box with an image as a backround, but i want to make the scrollbox INSIDE the image...how do i do that? (heres an example of what i WANT blog (http://www.gpetz.com/blogs/oceanblog.jpg), heres an example of what i have already:blog (http://www.soup-faerie.com/shops/make.shtm) )

{EDIT-Acctually someone might want to move this to html, since this would fit there...}

SSPrincess
01-12-2004, 09:35 PM
Hmm....I think you'll need divs for that. Try this:

<div align="center"><table border="0" cellpadding="0" cellspacing="0" width="452" height="302" background="http://www.gpetz.com/blogs/oceanblog.jpg"><tr><td width="270" height="157" colspan="3"> </td></tr><tr><td width="1" height="127"></td><td width="268" height="127"><div style="width: 225; height: 97; overflow: auto; font-family: Verdana, Tahoma, Helvetica, sans-serif; font-size: 11px; color: #000000; scrollbar-arrow-color:#FFFFFF; scrollbar-track-color:#538BB1; scrollbar-face-color:#275A7D; scrollbar-highlight-color:#538BB1; scrollbar-3dlight-color:#275A7D; scrollbar-darkshadow-color:#0A253B; scrollbar-shadow-color:#275A7D;"><div style="padding: 5px;"> Text <br></div></div></td><td width="1" height="127"></td></tr><tr><td width="270" height="1" colspan="3"></td></tr></table></div>

I hope this helps. Have a nice day! :)

mizthang819
01-13-2004, 12:42 PM
Thanks a bunch, that worked great. :)