756 reputation
17
bio website
location Russia
age 26
visits member for 1 year, 9 months
seen May 15 at 8:48
stats profile views 29

Apr
13
revised How to change the color of scrollbar?
added 2 characters in body
Apr
9
revised How to change the color of scrollbar?
added 5 characters in body
Apr
9
comment How to change the color of scrollbar?
Hey! Agent1 WTF!? My answer was correct and written earlier and has working example.
Apr
9
revised How to change the color of scrollbar?
added 48 characters in body
Apr
9
comment How to change the color of scrollbar?
jsfiddle.net/KVyAG/2 add external resources like jquery mousewheel and jscrollpane css
Apr
9
comment How to change the color of scrollbar?
I don't know how JSP works, i think you should to try.
Apr
9
comment How to change the color of scrollbar?
remove .scoll-pane selector for .jspDrag and .jspTrack
Apr
9
comment How to change the color of scrollbar?
Do you've link some additional css file for you jsp?
Apr
9
comment How to change the color of scrollbar?
If it's all bout selectors you should to look at console which rule overwrites them, then make fixes to your selectors and remove important keyword.
Apr
9
comment How to change the color of scrollbar?
try to use !important keyword if that works that means that rules works fine and you should to fix selectors.
Apr
9
comment How to change the color of scrollbar?
check that your styles defined after jScrollPane styles
Apr
9
answered How to change the color of scrollbar?
Mar
7
awarded  Caucus
Sep
20
awarded  Student
Sep
20
comment Highpass filter like Photoshop
Definition of band-pass filter look like that. Variant with double passing isn't so good. Because I need absolutely uniform image.
Sep
20
comment Highpass filter like Photoshop
You're right but I'm using linear algorithm and effect looks like slided to right side and i want to get uniformly result
Sep
20
asked Highpass filter like Photoshop
Aug
8
awarded  Yearling
Mar
16
comment Ensuring setInterval does not repeat itself
Yeah, my fault )
Mar
16
comment Ensuring setInterval does not repeat itself
Nope! setTimeout just executes once. And setInterval executes by each time period!