I need a bit of help over there.
Here I need to remove white border from fancybox iframe http://squaretwo.ru/pashokk .
You can call fancyBox by clicking the red button.
I’ve read previous articles but wasn’t able to fix the problem. Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can remove that by adding this to your stylesheet.
The structure of your iFrame is such,
So you can remove the border like so,
But, this will affect any border properties that you have given to your
#header, since that is adiv:first-childas well.so do a
!importantfor yourdiv#headerborder properties (IF NEEDED).EDIT
Since you want to get rid of the fancybox background.
You’ll need to add this,
this is a default class generated by the plugin.
Also,
add the following
If you want the background only inside the red border then don’t add the above
htmlcss, add the following.