2012-10-07, 06:49 PM
Hello,
I'm facing an unnatural issue on my forum board. I have used some custom css so that I can change the design of my scroll bar for google chrome. I'm posting the code bellow:
Now it must look like this:
IMG 1:
[attachment=27410]
But unfortunately it is showing like this on the index page sometimes, but in the other pages, it showing like this maximum time:
IMG 2:
[attachment=27411]
Can anybody please tell me that how do I remove this black spot?
Also for your kind information, I included the css within Global.css of my forum theme.
I'm really for opening this same thread previously form my another account. My this account has been resolved now. So, I'm asking you people for please help me out. Please.
Forum url : www.indianstudentforum.com
I'm facing an unnatural issue on my forum board. I have used some custom css so that I can change the design of my scroll bar for google chrome. I'm posting the code bellow:
body {
background: #efefef;
color: #000;
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
line-height: 1.4;
margin: 0 20px 20px;
overflow-y: scroll;
overflow-x: hidden;
}
/* Let's get this party started */
::-webkit-scrollbar {
width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
-webkit-border-radius: 10px;
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(255,0,0,0.8);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(255,0,0,0.4);
}
Now it must look like this:
IMG 1:
[attachment=27410]
But unfortunately it is showing like this on the index page sometimes, but in the other pages, it showing like this maximum time:
IMG 2:
[attachment=27411]
Can anybody please tell me that how do I remove this black spot?
Also for your kind information, I included the css within Global.css of my forum theme.
I'm really for opening this same thread previously form my another account. My this account has been resolved now. So, I'm asking you people for please help me out. Please.
Forum url : www.indianstudentforum.com