**We only support Internet Explorer. If your browser does not meet this requirement, you will have difficulty accessing
portions of this website. We apologize for any inconvenience:( Click Here to download Internet Explorer 7 .
© Leave us a MySpace Comment©
Navigation
MySpace 1.0
MySpace Goodies
MySpace Banners
© Leave us a MySpace Comment©
Graphics/Comments
1.0 Tutorials & Codes
2.0 Tutorials & Codes
More Tutorials & Codes
Generators/Widgets
Html Tutorials
Sponsors
MySpace 2.0
Friends
Other Cool Stuff
Sponsors
TO ADD COLOR TO A SCROLL BOX
<div style="height: 200px; width: 200px; overflow: auto; border: 4px solid; border-color: black; background-color: pink; padding: 4px; text-align: justify;">
PUT YOUR TEXT OR IMAGES HERE
</div>
In this code the background-color is pink. You can change the color to aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, or yellow.
If you need a specific color you may find the Color Code Chart helpful. Just pick the color you like and replace the “pink” above with the code. For example – Instead of using the word “pink” I could have used the color code for it which is ff3399.
This is what it would look like.
<div style="height: 200px; width: 200px; overflow: auto; border: 4px solid; border-color: black; background-color: #ff3399; padding: 4px; text-align: justify;">
PUT YOUR TEXT OR IMAGES HERE
</div>
Click here to Add images to your scroll box
Click Here to Make Pics in the Scroll Box the Same Size
© HTML Tutorials & Codes ©