Multiply Republic

Group's posts with tag: scroll

What are tags? You can give your posts a "tag", which is like a keyword. Tags help you find content which has something in common. You can assign as many tags as you wish to each post.
View posts by people in your network with tag scroll
Posted by -JJ- on Nov 14, '07 5:20 AM for everyone
Put a scrollbar on HOMEPAGE BOXES:

div#mainbox_ (NUMBER depends on the positioning of boxes in the Home Page)

div#mainbox_ (NUMBER depends on the Position of boxes in the Home Page)
number 1 for the first box
number 2 for the second box
etc. etc..

as for an example, the site of babatom, the music box is placed 4th on the HOMEPAGE..
1 - Welcome Box
2 - Photos Box
3 - Videos Box
4 - Music Box

so the code is:

div#mainbox_4 .itembox {
overflow-y: auto;
height:200px;
}

For the Guestbook, there's another Option:

#home_guestbook .replybox {
overflow:auto;
}

Put Scroll on the TAG LIST:

div#mainbox_1 div.relatedlinks {
width:780px;
height: 600px;
overflow-x:auto;
width: 780px;
overflow-y: auto;
}


Other Related Posts:
http://makulitrepublic.multiply.com/journal/item/8
http://makulitrepublic.multiply.com/journal/item/7
http://makulitrepublic.multiply.com/journal/item/46

Posted by -JJ- on Oct 25, '07 12:41 PM for everyone
<div style="overflow-y: auto; height:200px; font-family: 'arial'; padding-left:20px;padding-right:20px;margin-left:50px; margin-right:50px;background:black none;color:red">

Mesage written here..

</div>

options for overflow:
1.oveflow-x on width
2.overflow-y on height


Posting through CSS for homepage box:

div#mainbox_ (NUMBER depends on the Position of boxes in the Home Page)
number 1 for the first box
number 2 for the second box
etc. etc..

as for your site babatom, the music box is 4th..
1 - Welcome Box
2 - Photos Box
3 - Videos Box
4 - Music Box

so the code is:

div#mainbox_4 .itembox {
overflow-y: auto;
height:200px;
}


Posted by -JJ- on Oct 25, '07 12:41 PM for everyone

Insert This To your CSS Box

scrollbar {
scrollbar-face-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-shadow-color: #000000; 
scrollbar-darkshadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-track-color: #000000;
}

** #000000 is black. you may replace it with any color you like.
** Only works on IE I think..

Multiply Republic
Join this Group!RSS FeedHelp on RSS FeedsAdd to My Yahoo
Report Abuse
© 2008 Multiply, Inc.    About · Blog · Terms · Privacy · Corp Info · Contact Us · Help