stop iframe from scrolling past a certain point
i have a small problem with iframe. im trying to stop it from scrolling
past a certain point on the page.
is there a way i can stop iframe from scrolling all the way down to the
footer? i don't want it to show the top and the footer of a page.
i managed to hide the top by doing a margin-top:-100px;
but how can i hide the footer of that page? i tried adding
#footer { display: none; } into my CSS thinking it might work, but it didn't.
No comments:
Post a Comment