Is it possible to add scroll bar in between the table?

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
mazadev
Forum Newbie
Posts: 1
Joined: Thu Jul 15, 2010 1:36 am

Is it possible to add scroll bar in between the table?

Post by mazadev »

I would like to add the scroll bar in between the table. ie, the first two column value has to be static and last two column value has to be static. the rest of the fields in between are to be scrolled in a single table.

Is it possible to add scroll bar in between the table?

Regards,
maza
pbs
Forum Contributor
Posts: 230
Joined: Fri Nov 07, 2008 5:31 am
Location: Nashik, India
Contact:

Re: Is it possible to add scroll bar in between the table?

Post by pbs »

You can use div tags to show content in table cell with scroll bars

Visit: http://www.dyn-web.com/code/scroll/demos.php?demo=vert
Post Reply