Home › Forums › CSS › iFrame not working as expected › Reply To: iFrame not working as expected
July 21, 2014 at 6:33 am
#175991
Participant
First thing I can see is you use a class in your CSS .scrolling
, but not in your HTML. There you use an id<iframe id="scrolling">
.
Try changing the HTML to <iframe class="scrolling">
and see if that helps.
If not, let us know and we can assist you further!