![]() |
| HTML | PHP Scripts | Webmaster Tools | Webmaster Forums | Web Hosting | Domain Names | Webmaster Books |
|
|
#1 |
|
New Member
Join Date: Oct 2009
Webmaster Discussions: 1
Rep Power: 6 ![]() |
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 you |
|
|
|
|
|
#2 |
|
Join Date: Aug 2008
Location: Texas
Webmaster Discussions: 501
Rep Power: 21 ![]() ![]() ![]() ![]() |
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.
__________________
Be sure to click the reputation icon to give rep to the person who helped you. For web design/development services, check Silentium Designs. |
|
|
|
![]() |
| Bookmarks |
| Tags |
| aditional, php, table |
| Thread Tools | |
| Rate This Thread | |
|
|
Similar Webmaster Discussions
|
||||
| Thread | Webmaster Discussion Starter | Forum | Replies | Last Post |
| HTML Scroll Table | bnhcomputing | HTML Forum | 0 | 05-15-2006 07:15 PM |
| Scroll bar in table cell help | davidgriff | HTML Forum | 14 | 05-05-2005 11:47 AM |
| table with scroll bar | hereandthere | HTML Forum | 2 | 12-21-2003 03:27 PM |
| scroll table within webpage | jkat | HTML Forum | 5 | 11-23-2003 02:17 PM |