Help - Search - Members - Calendar
Full Version: placing a table of images into a scrollbox
Pixel2Life Forum > Help Section > HTML, XHTML, CSS and General Web Design
emily
hey

im creating a website for my portfolio and i was just wondering if it was possible to place a table into a scroll box?

i also would like to know how to put this scroll box over another image? Is this possible in dreamweaver?
ReZTeR
Here is something which should work... it is not a form scrollbox but it is a box which scrolls lol.

CODE
<div style="width:200px; height:500px; overflow:scroll;">
<!-- Put your table in here -->
</div>

Change the width and height how you want. As for your question of putting the over another image; you could change the style so that box has a background image like this:

CODE
<div style="width:200px; height:500px; overflow:scroll; background-image: url(images/filename.jpg);">
<!-- Put your table in here -->
</div>

You can do whatever you want with that div too... as long as you have basic HTML and CSS knowledge.
Evans Davis
Hey ReZTeR,Thank's For Sharing Such a Useful information with us,i'm also Facing this Problem Of Placing a Table,Hope This We'll definately be help For Me,I'll definately try this.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.