How? no scrollbar?

that’s a 2adv.site …and what i’m lookin for is nothing great but just a technique i see them use a whole lot…

their site is being loaded in an i-frame…but how do they get rid of the scroll bars on the browser itself??? (this is more a html question than flash)…

usually my iframes have a scroll bar for the iframe as well as the browser…

so once again the question is (HOW WOULD I GET RID OF THE SCROLL BAR ON MY BROWSER)?

search and you shall find.

You can use the css overflow property:

{
overflow: value
}

Possible values:

visible
hidden
scroll
auto

There is also an option to specify it to x and y scrollbars:

overflow-x:
overflow-y:

Have a play!!

can’t you just put some HTML code like

scrollbar visible = false

? (Okay I SUCK at HTML)

Sorry… remember to put a colon on the end of them all…

{
overflow: value;
}

Flash,

I would think that would have applied to frames sets back in the day. The css is the only way I have ever found to get rid of the peski right hand light shade of a ghost scrollbar, even when one is not needed (in explorer).