[jQuery] Re: SimpleModal containerCSS not working in Firefox or Chrome

2008-10-26 Thread Bill
Eric, Awesome. I knew it had to be something simple that I was missing. Adding the units fixed it straight away. Bill

[jQuery] Re: SimpleModal containerCSS not working in Firefox or Chrome

2008-10-26 Thread Eric Martin
Bill, Try adding the units for the width, height, and margin: $("#addEditTask").modal({ onOpen: modalOpen, persist: true, containerCss: {width: "300px", height: "200px", marginLeft: "-150px"} }); -Eric On Oct 26, 1:01 pm, Bill <[EMAIL PROTECTED]> wrote: > Good Aftern