Results 1 to 2 of 2
Related
-
is there a difference between <script language="javascript> and <script type="text/javascript"> Forum: Javascript Forum
Replies: 8 -
Making a "News" column. Forum: Website Scripts Forum
Replies: 4 -
Need to "Scroll" in Main Content Area<td>..... Forum: CSS Forum
Replies: 1 -
input type=hidden name="to" VALUE="user@yahoo.com" Forum: HTML Forum
Replies: 1
-
07-02-2006, 05:53 PM #1
Making a scroll bar on the "about me" table
hey guys i have been trying all day to do it. But the codes i find doesnt seem to be compatible with html/text. please help me out
the code i used was this :
<html>
<head>
<title>Customized Textarea</title>
<style type="text/css">
<!--
#one
{
position:absolute;
top:10%;
left:20%;
scrollbar-face-color: #2a3952;
scrollbar-shadow-color: #333333;
scrollbar-highlight-color: #6e88b1;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #445a80;
scrollbar-arrow-color: #ffffff;
background-color:#445a80;
border-style:ridge;border-color:#445a80;
border-width:10px;
font-family:comic sans ms;
font-size:28px;color:#ffffff;
width:300px;
height:200px;
}
//-->
</style>
<head>
<body>
<textarea id="one" >
This is a custom made textarea for the eteemed harters
</textarea>
</body>
</html>
-
07-08-2006, 09:08 PM #2
Re: Making a scroll bar on the "about me" table
The scrollbar tags you are using are for the whole page...myspace doesn't allow scripts...so you'll probably have to use other types of css or divs to get that effect....