top



Gangstar, you said you would give me the code for it.

Please, tell me mate Wink

I wont tell anyone.

The scroll bar?

Yeap Wink

Ok add this to your CSS:

Code:
::-webkit-scrollbar {
        width: 12px;
        height: 6px;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
        display: none;
        height: 12px;
}

::-webkit-scrollbar-button:vertical:increment {
        background-color: #111;
}

::-webkit-scrollbar-track-piece {
        background-color: #333;
        -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
        background-color: #fff;
        -webkit-border-radius: 3px;
        padding:10px;
}

Next time. don't type my user name in your topic's title.

Doesn't work ;(

Works only in Google Chrome.

Im on Google Chrome.

It should work.. can i see your forum`?

gfxfreeze.com

Try put it in the top of your CSS (:

It worked!

Thanks Wink

nice Happy
Solved + Locked