6/18/12

note to self: scrollbars in HTML

getting scrollbars to work inside of divs in HTML seems difficult sometimes. A trick to get around this is to put that stuff in an iFrame. Of course, iFrames seem like they'd take a while to load, and separate the code, BUT, we can really load a dummy iFrame with nothing in it (as long as it's in the same domain), and programmatically place stuff into it from the outside frame.

No comments:

Post a Comment