Log In · Register

 
 
Closed TopicStart new topic
I need help on adding things to divs???, like scroll boxes and navigation buttons
shanahk
post Nov 22 2008, 01:16 AM
Post #1


Member
**

Group: Member
Posts: 11
Joined: Oct 2008
Member No: 694,053



I need help adding scroll boxes and navigation buttons to my div layout so could someone please leave me a code and directions on how and where to use the code thanks! happy.gif
 
Mickey
post Nov 22 2008, 07:16 AM
Post #2


Treasure Pleasure
********

Group: Head Staff
Posts: 11,749
Joined: Oct 2005
Member No: 281,127



There's really no specific place for you to put this code but you can try using <div> tags. Here's a quick example:

CODE
<style>
.scrollbox1 {position:absolute; top:#px; left:50%; margin-left:#px; width:#px; height:#px; background-color:######; border:#px solid; border-color:######; font:normal 8pt Arial; color:######;}
.scrollbox2 {position:absolute; top:#px; left:50%; margin-left:#px; width:#px; height:#px; background-color:######; border:#px solid; border-color:######; font:normal 8pt Arial; color:######;}
</style>


<div class="scrollbox1">
CONTENT HERE
</div>

<div class="scrollbox2">
CONTENT HERE
</div>

The first code is a set of classes. They will specify where your scrollboxes should go, its height/width, and how it will look. Remember to replace all the pound symbols with the appropriate numbers.

As for the second code, those will be your scrollboxes. What you put on the first code will come out on the scrollboxes you classify. Replace "CONTENT HERE" with what you want to put inside the DIV. You can use the same code again for your navigation buttons. Replace "CONTENT HERE" with your navigation button codes.
 
tokyo-rose
post Jul 16 2009, 05:30 PM
Post #3


♡♡♡♡♡
********

Group: Head Staff
Posts: 22,724
Joined: Mar 2005
Member No: 108,478



Topic Closed, and Moved to Myspace Resolved Topics. Please PM a moderator if you would like this reopened.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: