View Single Post
Old 12-19-2003   #3 (permalink)
Order
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
Quote:
Originally posted by TekVex
It is.

You will need to use CSS.

Here is an easy example of how it can work...

CSS:
div.scroll {overflow : auto;}

HTML:
<div class="scroll"></div>

It's actually better than iframes, because iframes push things to the left making centers look off center before it actually uses the scrollbar, this doesn't do that.

Not to mention I believe it is the valid W3C alternative to iframes.

Good luck!
Well... you can use the overflow: auto; property to get the effect that you need, but you will need to have an width and height property to the size of the cell...
__________________
Order is offline