I want the code where you can change the color of the arrows of your scrolling thing or the scroll bar itself,etc.
thanks ^_^
What's a customized scroll box code for myspace I can use?
Scroll box code:
%26lt;div style="border: 2px white solid ; overflow: auto; width: 250px; height: 100px; background-color: white; font-family: arial; font-size: 10px; color: black; font-weight: normal; font-style: normal; text-align: left; overflow: auto; padding: 5px;"%26gt;HERE IS WHERE YOUR SCROLLBOX TEXT GOES%26lt;br%26gt;%26lt;/div%26gt;
You can customize this code however you like (change color, size, text, etc.)...If you need more detailed help check out the HTML tutorials at http:///www.OurAwesomeWorld.com
What's a customized scroll box code for myspace I can use?
You need to use Internet Explorer for this to work. Not firefox!
First, go to this site and change the color
http://www.iconico.com/CSSScrollbar/
After you are done you can copy the code between { and }
For example, I got this code:
scrollbar-base-color: #006293;
scrollbar-arrow-color: #6DAEC4;
scrollbar-3dlight-color: #C0EDEB;
scrollbar-darkshadow-color: #003B59;
scrollbar-face-color: #005B93;
scrollbar-highlight-color: #A3F7F7;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #00083F;
Now type in this code:
%26lt;div style="background: (your background color); color (your color); overflow: auto; width: (width)px; height: (height)px; (scrollbar color code)"%26gt;(content here)%26lt;/div%26gt;
Change (your background color) and (your color) to the color you want, in color code, like #ff0000 or red;
Change (width) and (height) to whatever you want.
And insert the scrollbar color code you have copied. Now it will be like this:
%26lt;div style="background: black; color: yellow;
overflow: auto; width: 400px; height: 400px;
scrollbar-base-color: #006293;
scrollbar-arrow-color: #6DAEC4;
scrollbar-3dlight-color: #C0EDEB;
scrollbar-darkshadow-color: #003B59;
scrollbar-face-color: #005B93;
scrollbar-highlight-color: #A3F7F7;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #00083F;"%26gt;
your text here
%26lt;/div%26gt;
This creates a scrollable box with size 400x400, black background and white text.
What's a customized scroll box code for myspace I can use?
go to mygen.co.uk and go to generantors and click scrolling box generators.
No comments:
Post a Comment