[jQuery] Re: showing overlay when loading doesn't fullscreen when scroll-down

2007-05-15 Thread Erik Beeson
Beware, fixed positioning doesn't work in IE6. Google 'ie6 position fixed' for some suggestions on getting around the problem. --Erik On 5/15/07, ibug~ <[EMAIL PROTECTED]> wrote: I have changed css code "position: fixed" on both #overlay and #modal , its work!

[jQuery] Re: showing overlay when loading doesn't fullscreen when scroll-down

2007-05-15 Thread ibug~
I have changed css code "position: fixed" on both #overlay and #modal , its work!