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?
placing a table of images into a scrollbox
Started by emily, Jun 06 2009 05:33 AM
2 replies to this topic
#1
Posted 06 June 2009 - 05:33 AM
#2
Posted 11 June 2009 - 10:40 AM
Here is something which should work... it is not a form scrollbox but it is a box which scrolls lol.
<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:
<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.
#3
Posted 30 July 2009 - 07:49 AM
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.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
