MyBB Community Forums

Full Version: Is there a way?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to make a scrollbox. But I don't want to do it via Iframe.
Is there a way I can do this?
(2008-11-11, 06:06 AM)Clair Wrote: [ -> ]I want to make a scrollbox. But I don't want to do it via Iframe.
Is there a way I can do this?

A scrollbox via an Iframe... sounds hideous! Toungue

What is it that you're trying to do? You can make scrollboxes easily using Prototype and the other JS libraries that MyBB comes with...
you can also create a scroll box using <div>

really need to know what trying to do though
<div [insert class stuff and whatnot here] style="overflow: auto;">[insert your stuff here]</ div>

That should work nicely for most browsers. I know it works in Firefox and Internet Exploder.