Scroll alpha

can you make a scroll bar have 0 alpha

in flash?

if u are talking about flash then just put in the component, then click on properties, then alpha then set it to 0, it wont show up but when u publish it it will

if you mean html or whatever put this in your body tag

<body scrollbars="no">

ok i was after the HTML one

thanks alot

it’s still there:*(

let me check again real quick…

First… its scroll=“no” not scrollbars=“no” :wink:

Second, that doesn’t work in Netscape.

Third between the <HEAD></HEAD> tags…

<STYLE TYPE="text/css">
<!--
body {overflow: hidden;};
-->
</STYLE>

Works both in IE and NS :wink:

dang it dang it dang it

i finally try to help someone and grrrr…

well i just dug through all my files and found what lost just said… so uhhh yeah…

:(:frowning:

thanks :beam: