Jump to content


placing a table of images into a scrollbox


2 replies to this topic

#1 emily

    Young Padawan

  • Members
  • Pip
  • 1 posts

Posted 06 June 2009 - 05:33 AM

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?

#2 ReZTeR

    Young Padawan

  • Members
  • Pip
  • 9 posts

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 Evans Davis

    Young Padawan

  • Members
  • Pip
  • 11 posts
  • Location:U.K.
  • Interests:I Like to do Forum Posting,Blogging,Watching Movies,Listening Musics etc.

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