Facebox 1.1 does not display properly if you are also using the YUI
Base CSS (
http://developer.yahoo.com/yui/base/). None of the corners
line up.
The good news is the fix is simple so I wanted to post it here in case
others experience this issue. Just add this CSS rule to your
facebox.css:
#facebox td {
padding: 0;
}
And make sure your facebox.css is loaded after the YUI base.
Any chance of rolling this CSS fix into the facebox proper?
Thanks,
Tom