Pages: 1
You are viewing a post by peachy1111. View all 8 posts in Guys, how can can add double scroll bar in my comments and testimonials... I have use the code in CSS tutorial but only one scroll bar have apply? can i have a code for that? CSS only... pls... :|:.
[spoiler]/* SCROLLING TESTIMONIALS BOX */
#content_18 {
padding: 2px 2px 2px 2px;
overflow: auto;
width: 100%;
height: 250px;
}
/* SCROLLING PUBLICCOMMENTS BOX */
#content_18 {
padding: 2px 2px 2px 2px;
overflow: auto;
width: 100%;
height: 250px;
}
/* SCROLLING SCRAPBOOK BOX */
#content_10 {
padding: 2px 2px 2px 2px;
overflow: auto;
width: 100%;
height: 250px;
}[/spoiler]