Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS iFrame not working as expected Reply To: iFrame not working as expected

#175991
TheDutchCoder
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!