TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Scrolling inside td tags

Page: 1 2 Reply
Mar 18th 2001#23 Report
Member since: Mar 18th 2001
Posts: 87
I was wondering if anyone here could tell me how to make a box inside a table that will scroll, I have done this with a div tag (go here www.violet-rain.com/links.htm to check it out) but it blows apart in netscape 6. Im looking for a way to accomplish this with minimal programming. Thanks for any ideas :]
Reply with Quote Reply
Mar 18th 2001#26 Report
Member since: Mar 16th 2001
Posts: 2421
Have you tried just using plain old fashioned frames? It's not the most exiting thing but they work. Or are you trying to get this done using nothing but layers?
Reply with Quote Reply
Mar 18th 2001#29 Report
Member since: Mar 18th 2001
Posts: 87
Not really into frames, although it would work. The main reason for this is kinda cheap, I want to keep the main layout in site, so far only one page actually has enough content to need it, so I may just make the whole page scroll as normal. Just looking for alternatives. Thanks your help....
Reply with Quote Reply
Mar 18th 2001#30 Report
Member since: Mar 18th 2001
Posts: 1690
Yeah, the two easiest ways are to do it in frames and using
. Netscape is infamous for not supporting all the cool things you want to use. if iframes were supported, this would be much easier. Since they aren't regular frames or using a dthml scroller is probably the only way to go.

check out www.codephobia.com for a great tutorial on dhtml scrollers. IMO it's much easier to follow than the dynamicduo's tutorials because it doesnt get into the whole theory behind it, he just shows you how to work it.
Reply with Quote Reply
Mar 18th 2001#31 Report
Member since: Mar 18th 2001
Posts: 87
Taking a look at Codephobia, im gonna give this a shot, thanks man...
Reply with Quote Reply
Mar 18th 2001#34 Report
Member since: Mar 18th 2001
Posts: 32
Interesting problem. When I run the page in N6 the scroll works but the table cells seems to be adding to their own width.

There seems to be an inconsistency on the way NS6 is using this tag on line 98. (div style="width:597px; height:321px; overflow: auto;")

If I take out the width setting like this (div style="height:321px; overflow: auto;") the problem seems to go away.

Let me know if this helps.

Also in your first table tag valign uses the 'middle' setting instead of 'center'. You don't even have to guess why that jumped out at me
Reply with Quote Reply
Mar 18th 2001#35 Report
Member since: Mar 18th 2001
Posts: 87
I got rid of the width value, but netscape 6 has decided it does not want to run on my machine anymore, reinstalled it twice, still wont load. Anyhow I uploaded the html without the width value since it did not seem to change anything in IE5.5. Thanks for the tip...
Reply with Quote Reply
Mar 18th 2001#36 Report
Member since: Mar 18th 2001
Posts: 1690
IMO, Netscape is crap unless you are testing your site in it. The rendering engine is still slow, and the new java makes netscape take up too much ram. right now its taking up 35 mb to IE's 10. Huge memory leak there somewhere.
Reply with Quote Reply
Mar 18th 2001#37 Report
Member since: Mar 18th 2001
Posts: 87
I completely agree with you Oblivious, I have never liked netscape. Since this is my personal site im working on here im not too concerned. I got netscape 6 working again, and the fix listed above helped, but did not cure problem. Ill think Ill leave it at that....
Reply with Quote Reply
Mar 22nd 2001#407 Report
Member since: Mar 22nd 2001
Posts: 2
Hey, i own codephobia.com and wrote the scroller. Are these bugs that exist in my script?

Martin Raymond
[email]martin@codephobia.com[/email]
http://www.codephobia.com
Reply with Quote Reply
Page: 1 2 Back to top
Please login or register above to post in this forum