Log In · Register

 
Scroll color
mysticalazxn
post Jun 14 2007, 08:31 PM
Post #1


^ I might look scary but i'm the nicest person in cb!
******

Group: Member
Posts: 1,364
Joined: Feb 2004
Member No: 4,979



CODE
<style type="text/css">
.body2 {
background-color:transparent;
padding:3px;
padding-left:8px;
padding-right:8px;
scrollbar-3dlight-color:f7f6ef;
scrollbar-arrow-color:f7f6ef;
scrollbar-base-color:f7f6ef;
scrollbar-darkshadow-color:f7f6ef;
scrollbar-face-color:c0bea8;
scrollbar-highlight-color:f7f6ef;
scrollbar-shadow-color:f7f6ef;
}
</style>

Is this code right? for div .body2 but it does not work.
How do I change the scroll color of each individual div? Is there away or all scroller in 1 page have to be the same.
 
 
Start new topic
Replies (1 - 4)
*karmakiller*
post Jun 14 2007, 09:26 PM
Post #2





Guest






The way you have your div set up is to control just that specific div, so if you add a height and width to that your div code would be:
QUOTE
<div id="body2">CONTENT OF DIV</div>


If you want to change the scrollbars in general, change your code to this:
CODE
<style type="text/css">
.body2 {
background-color:transparent;
scrollbar-3dlight-color:f7f6ef;
scrollbar-arrow-color:f7f6ef;
scrollbar-base-color:f7f6ef;
scrollbar-darkshadow-color:f7f6ef;
scrollbar-face-color:c0bea8;
scrollbar-highlight-color:f7f6ef;
scrollbar-shadow-color:f7f6ef;
}
</style>
 
mysticalazxn
post Jun 14 2007, 10:04 PM
Post #3


^ I might look scary but i'm the nicest person in cb!
******

Group: Member
Posts: 1,364
Joined: Feb 2004
Member No: 4,979



i try that before but it did not work. Do anyone have any alternative coding?
 
*digitalfragrance*
post Jun 14 2007, 10:07 PM
Post #4





Guest






Have you tried using "class" instead of "id"?
 
mysticalazxn
post Jun 14 2007, 10:23 PM
Post #5


^ I might look scary but i'm the nicest person in cb!
******

Group: Member
Posts: 1,364
Joined: Feb 2004
Member No: 4,979



yup. I even try both and it still don't work. I haven't see any myspace with multi div with different scroll color on each.
 

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