I have a page which is being loaded through fancybox iframe.. And when it is loaded throught iframe, i want to remove header, sidebar & footer... But it should not hide these three sections which the page is browsed in a new tab and not in fancybox iframe. I have tried writing some CSS
#fancybox-content iframe .header {
display: none;
}
But it didn't helped. Is there any trick to make it happen? Thanks,