hey... i really need to get a multi browser script for this scrollable layer html thing...
heres what im talking about...
http://www.nullcore.net/index.htm
i need that code script... if anyone can post it up for me i would appreciate it.
i seem to not be able to get the script for this after searching for it. people tell me its very basic but i still cant get it. i need to be able to change the color of to fit my background too.
all ive come up with is this...
but i cant change the color of it. its only white. i would like to change the background color and the scroll bar color if possible or at least make it transparent or something. does something like this require java script?
heres what im talking about...
http://www.nullcore.net/index.htm
i need that code script... if anyone can post it up for me i would appreciate it.
i seem to not be able to get the script for this after searching for it. people tell me its very basic but i still cant get it. i need to be able to change the color of to fit my background too.
all ive come up with is this...
Code:
<div id="Layer1" style="position:absolute; left:148px; top:198px; width:600px; height:185px; z-index:1">
<textarea name="MyText" cols="70" rows="40" id="MyText">This is text that should be in a box and hopefully it is scrollable. Let's make this text longer so that we can see if it is scrollable because we want to be able to scroll the text. This is text that should be in a box and hopefully it is scrollable. Let's make this text longer so that we can see if it is scrollable because we want to be able to scroll the text.</textarea>
</div>
but i cant change the color of it. its only white. i would like to change the background color and the scroll bar color if possible or at least make it transparent or something. does something like this require java script?