View Single Post
niqbal's Avatar
Posts: 474 | Thanked: 368 times | Joined on Jan 2010
#467
Originally Posted by byte_76 View Post
Have you tried shadows for your bubbles?

-moz-box-shadow: black 8px 4px 4px;

I tried this but my scrolling becomes too slow, however you mentioned that yours is fast so maybe it will be ok with shadows.
yeah it does slow it down especially something like:
Code:
-moz-box-shadow: 0.2em 0.2em 0.7em black, inset 0 0 0.7em red;
so when we scroll, it is making these shadows as we go. i couldn't find anything as to how can we make them load before hand.

Last edited by niqbal; 2010-04-01 at 08:24.