**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 CREATE A SCROLL BOX
You can put this code wherever you want your scroll box to appear:
<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;">HERE IS WHERE YOUR SCROLLBOX TEXT GOES<br></div>
© HTML Tutorials & Codes ©
|
|
You can change the size and make it bigger or smaller by changing the height (in the example above it would be 100px) and width (this would be 250px) and you can make border thicker by changing border: 2px to 4px or whatever you want. You can even change the border color by typing the color name (the only ones accepted are aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow). If you need a specific color you may find the Color Code Chart helpful. Just pick the color you like and replace the “white” above with the code. For example – Instead of using the word “white” I could have used the color code for it which is ffffff. Check it out. This is what it would look like. |
|
|
<div style="border: 2px ffffff solid ; overflow: auto; width: 250px; height: 100px; background-color: ffffff; font-family: arial; font-size: 10px; color: #000000; font-weight: normal; font-style: normal; text-align: left; overflow: auto; padding: 5px;float: left;">HERE IS WHERE YOUR SCROLLBOX TEXT GOES<br></div>
You’ll understand it better if you play around with it. It’s easy, believe me. |
|
|
Sample Scroll Box
Click here to make a scroll box with text around it
Click here to add images to your scroll box
Click Here to Make Pics in the Scroll Box the Same Size
|