[jQuery] Re: Transparencys and Overlays

2007-10-26 Thread bbuchs
Take a look at BlockUI: http://jquery.com/plugins/project/blockUI It will apply an overlay to either the whole page or a specific element. Might not be exactly what you need, but it's a good starting point. - b On Oct 26, 11:02 am, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > CSS is used by t

[jQuery] Re: Transparencys and Overlays

2007-10-26 Thread Glen Lipka
CSS is used by the plugins. Do you use Firebug or IE Dev toolbar? They are invaluable to inspect elements on the page and see what makes them tick. Look at the JS of this page: http://parkerfox.parkerfox.railsplayground.net/labs/zoombox/ Look at the dimScreen plugin that it uses. You will notic