Results 1 to 2 of 2
Related
-
HTML Scroll Table Forum: HTML Forum
Replies: 0 -
Scroll bar in table cell help Forum: HTML Forum
Replies: 14 -
table with scroll bar Forum: HTML Forum
Replies: 2 -
scroll table within webpage Forum: HTML Forum
Replies: 5
-
10-14-2009, 01:45 PM #1
Php (bb) aditional table with scroll bar
Hi
I hope i can find the answers where im looking for ou you forum
im struggling with some PHP lines
i run a seawaterforum and i want to ad a page for something like Tank of the month.
http://www.zeewaterforum.com/test/inthepicture.php
this a new page where i want to show some video and pictures AND
story of the tank it self .
PROBLEM
the problem is i cant get the table be fixed at height with a scroll bar in (only) the text table.
it must be somewhere here
I dit got it to work , but then the scollbar only shows in FireFox and not not in IE
Code:{$CA_BLOCK_START} <table class="tablebg" width="100%" cellspacing="{$CA_SPACING}"> {$CA_CAP2_START}Aquarium in the picture{$CA_CAP2_END} <td class="cat" width="67%" >Het Verhaal</td> <td class="cat" width="33%" >De Video</td> </tr> <tr> <td class="row1" height="250"valign="top" overflow="auto" Deep in the blue <BR> Hier komt dan het verhaal over dit aquarium<BR> Hier komt dan het verhaal over dit aquarium<BR> Hier komt dan het verhaal over dit aquarium<BR> Hi
Thank youLast edited by HTML; 03-08-2012 at 11:53 AM.
-
10-20-2009, 05:48 PM #2
Re: Php (bb) aditional table with scroll bar
It will not work in IE. This is because of the way IE implements the CSS. The overflow property does not work as you would think it would in IE (at least when applied to tables). You can try creating a span or div within the cell and see if that will work the way you need it to.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum