Preserved Topic: Scrollbar (Page 1 of 1) |
|
---|---|
Neurotic (0) Inmate Newly admitted |
posted 06-05-2000 20:41
I got this little problem... I have done pages with table and now I'd need to a scrollbar in the middle of it. Is there any code to do that or do I have to do the pages with frames? |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-05-2000 21:41
Nope, tables don't scroll, you can script this out using DHTML but iti isn't easy and you have to also create all the scroll bar graphical elements to boot. Not to rain on your parade either but if the content is in the middle of your page (other stuff all around it) it is going to be a nightmare using frames. (you can use the iframe tag in IE but NN doesn't support it) anyway if you want to make stuff scroll I would checkout www.bratta.com/dhtml/scripts.asp. he has a couple of scripts in there that should do the trick for you. If you need any help tweaking them let me know. |
Bipolar (III) Inmate From: Midlothian, VA USA |
posted 06-06-2000 15:10
You could also use a <div> with the style attribute "overflow: scroll", however this is also only available to IE. I thought when I started this post I was going to be a little more helpful, then realized there was only an easy solution for IE that I knew of. Oh well! |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 06-07-2000 15:59
You could do the content in Flash and put the 'pseudo' scrollbar anywhere you want and also it would be x-browser compliant... |