[jQuery] Re: SimpleModal overlay does not cover entire screen

2009-12-24 Thread JavaEsse
Oh, and I also set the height and width for the body tag to 100. On Dec 24, 11:43 am, brian wrote: > Your CSS is my first guess. I'm thinking that you've given your BODY > (or HTML) element a set width and margins. Try using a wrapper element > instead to create the content area. > > On Thu, Dec

[jQuery] Re: SimpleModal overlay does not cover entire screen

2009-12-24 Thread JavaEsse
Brian, thanks for the tip. Looks like it worked. I explicitly set the margin and padding for the html and body tags to 0. Then I added a wrapper element and set the padding there. Thank you! On Dec 24, 11:43 am, brian wrote: > Your CSS is my first guess. I'm thinking that you've given your BO