I’ve seen various projects using the popular blueprint css framework
and the jQuery plugin facebox.
Unfortunately, there exists a conflict between blueprint and the current version of facebox (1.2) which makes the Internet Explorer 7 stretch the popup to the screen width.
To fix this, simply replace
#facebox table {
border-collapse: collapse;
}
with
#facebox table {
border-collapse: collapse;
width: auto;
}
in facebox.css
4 Comments
Thank you so very much!
Thanks a lot. I’ve spent some time trying to fix this before I found your solution.
You’re a live saver
i love you!