"...Remember being a youngster, mom or dad telling you "close the door"? Well the same applies to HTML ...."

Go Back   Webmaster Forums > Code Forum > PHP Forum

Reply
 
Thread Tools Rate this Webmaster Discussion
Old 10-14-2009, 01:45 PM   #1
Martin_S
New Member
 
Join Date: Oct 2009
Webmaster Discussions: 1
Rep Power: 6
Martin_S is on a distinguished road
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
Does someone got the answers im looking for ????

Thank you


Martin_S is offline   Reply With Quote
Old 10-20-2009, 05:48 PM   #2
jthayne
 
jthayne's Avatar
 
Join Date: Aug 2008
Location: Texas
Webmaster Discussions: 501
Rep Power: 21
jthayne is the hardest working person in the biz.jthayne is the hardest working person in the biz.jthayne is the hardest working person in the biz.jthayne is the hardest working person in the biz.
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.
jthayne is offline   Reply With Quote
Reply

Bookmarks

Tags
aditional, php, table

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


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


All times are GMT -5. The time now is 08:53 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.