Thanks alot, sir it works great now
1 2004-05-14 08:03
Re: can anyone help me pleazzzzzz (2 replies, posted in PunBB 1.2 troubleshooting)
2 2004-05-13 19:40
Topic: can anyone help me pleazzzzzz (2 replies, posted in PunBB 1.2 troubleshooting)
I think your work is just great and there is a problem, I was trying to change the scrollbar color of the whole forums but it doesn't work. I have even tried with the CSS files in the styles folder. but I don't know if I wrote the code right
here is the code thanks for helping me
<style>
<!--
BODY{
SCROLLBAR-FACE-COLOR: #cccccc;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #999999;
SCROLLBAR-3DLIGHT-COLOR: #999999;
SCROLLBAR-ARROW-COLOR: #ffffff;
SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
SCROLLBAR-BASE-COLOR: #999999;
SCROLLBAR-TRACK-COLOR: #e1e2eb;
}
-->
</style>