[jQuery] SimpleModal 1.3 height

2009-09-15 Thread Warren Benedetto
Since upgrading to SimpleModal 1.3 from 1.2.3, I'm having real trouble with the height of the container. Something somewhere keeps inserting a height of 84px inline into the container div. Because it's inline I can't override it with my stylesheets -- the inline styles override the stylesheet. -

[jQuery] Re: SimpleModal 1.3 height

2009-09-15 Thread Warren Benedetto
Figured it out myself, so I'm posting for anyone else with this problem. Adding !important to the height specified in my stylesheet overrides the inline style. Not sure if that's the best solution, but it works.