SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: Scrolling Td
-
Apr 14, 2006, 21:53 #1
- Join Date
- Dec 2005
- Location
- Australia
- Posts
- 636
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Scrolling Td
Ok, working on a new template for my site. I want to have the content of a td be scrolled instead of having it just extend the td. I was just wondering if there is a way you can do this with css. If not i will just have to use an iframe (which i don't really want to do due the the struture of my site).
Thanks for any help
~Brent~PHP | MySQL | (X)HTML | CSS
-
Apr 15, 2006, 01:00 #2
- Join Date
- Oct 2005
- Location
- Brisbane, QLD
- Posts
- 4,067
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I don't think you can restrict the height dimensions of a table cell, but you could put a div inside the table cell and restrict its height and then use overflow: auto to produce the scrollbars.
-
Apr 15, 2006, 01:28 #3
- Join Date
- Dec 2005
- Location
- Australia
- Posts
- 636
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks, ill try that
PHP | MySQL | (X)HTML | CSS
Bookmarks