Here is a page I’m working on. I’m only targeting css3 at the moment. It may work with css2 but will look odd.
The scrollbar on the bottom right, why does it start out light and then go dark? I would have expected it to stay light like the bottom left scrollbar.
That’s the background image from
.ui-widget-content. The image in question isui-bg_gloss-wave_20_111111_500x100.pngand that’s a 500×100 PNG that’s light on top and dark on the bottom. The horizontal scroll bar only uses the top bit of it so it ends up being a solid color, the vertical one ends up using a thin vertical slice so you get the odd coloring that you’re seeing.