Forum Moderators: open

Message Too Old, No Replies

table

??

         

blablablaba

4:50 am on Nov 5, 2001 (gmt 0)



How do I get scrollbars in a table?
I made a td with 50% height, the content is longer, and the td was forced to like 100%.

Whats the code for backbutton as link?

tedster

5:02 am on Nov 5, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to Webmaster World.

For the back button link, start here: [webmasterworld.com...]

For scrollbars in one cell of a table, you could try an iframe / ilayer. It's probably the simplest way to go.

You could also place a div inside the cell and use CSS to set overflow to auto (or scroll, if you always want scrollbars). You'll probably run into more touchy browser bugs with the second approach.

blablablaba

8:10 pm on Nov 5, 2001 (gmt 0)



Can you please give me the code for scrollbar, cuz im not an expert?

And can't you open a chromeless window from a chromeless.
I linked to a chromeless from a chromeless, but it opened the link in the same window.

tedster

9:03 pm on Nov 5, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Here's a link to information about iframes [hotwired.lycos.com]. You'll need to figure out the particular code for your page. It's a good HTML feature to understand.

>> ...but it opened the link in the same window.

Include code that tells the browser to open the document in a new window. Check out this thread [webmasterworld.com] for some ideas. Look for the heading SEPARATE POP-UP WINDOWS a few messages down.