Jump to content


Scroll Bars


3 replies to this topic

#1 Penaf

    Young Padawan

  • Members
  • Pip
  • 85 posts
  • Location:Portugal

Posted 11 November 2004 - 01:40 PM

Hello all
Here I am again with another question :)

I want to put a scroll bar inside a table cell instead of the normal scroll bars the are use to move down the whole site ... I want it so I can write a large amount of text inside a cell without altering the website layout ... can anyone help me? Please look here

My question here

#2 Xero

    Young Padawan

  • Members
  • Pip
  • 11 posts
  • Location:New York, USA
  • Interests:Anime, gaming, soccer, web design.

Posted 11 November 2004 - 02:23 PM

You need an iframe.

<iframe height="xxx" width="xxx" src="PAGE TO SHOW UP.html" name="frame" frameborder="0"></iframe>
Hope thats what you meant.

#3 Penaf

    Young Padawan

  • Members
  • Pip
  • 85 posts
  • Location:Portugal

Posted 11 November 2004 - 02:35 PM

Yeah :) It is just that line?
thought that it would be more complicated!! :D
Thanks for the efficient help!

Cheers

#4 rc69

    PHP Master PD

  • P2L Staff
  • PipPipPipPip
  • 3,827 posts
  • Gender:Male
  • Location:Here
  • Interests:Web Development

Posted 20 November 2004 - 02:19 PM

an alternitive to that would be
<div style="overflow: auto; width: XXX; height: XXX;">stuff goes here</div>

i use that on my site with some php include()'s works pretty good, and you don't need an alternate file





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users