Bikram Website
If you view this page in the latest version of chrome you will 开发者_如何转开发notice when you click on an instructors name the scroll bar is black when fading in. It is not a webkit issue as safari is fine. Anybody know why chrome does it?
I see the same behavior in Chrome 5.0.375.55. I would suggest setting the css overflow-y of your '.scroller' divs to 'hidden' until after the fade in and then set it to 'auto'.
This is a bug in chrome:
http://code.google.com/p/chromium/issues/detail?id=20169
It seems to affect Chrome in Windows when there is no desktop compositor (when not using Aero).
It's been there for a LONG time.
精彩评论