tags:

views:

32

answers:

1

Dear All,

I'm using facebox ( http://famspam.com/facebox ) with same code downloaded from github without any modification except remote.html

I JUST added this code in remote.htmlTABLE in facebox window with this code:

Hello World I'm remote.html, a different file loaded with ajax. I'm remote.html, a different file loaded with ajax.

PROBLEM: There is NO CELLPADDING on facebox window.

How can I solve this problem?

OR ANY OTHER SOLUTION TO REPLACE WITH FACEBOX?

Regards, Nuri Akman

A: 

It's because the facebox.css file contains this:

#facebox table {
   border-collapse: collapse;
}

Remove it or override it with other CSS.

Jobjörn