You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to facebox
In Google Chrome (I'm using 16.0.912.75) the content div overlaps the
popup (see second and third examples on the Facebox site). If you
set
#facebox .content { display:table-cell;}
instead of
display:table;
in the CSS this will fix the issue. I've verified this also works in
Safari but not in other browsers.