scrolling pic
Sep. 13th, 2009 10:44 pmYay! I did it. The RandomWalks cartoons should no longer screw up peoples' friends pages because I've worked out how to make them scroll inside the page. The trick is to surround the image tag with div tags like this:
This puts scrollbars below and to the right of the picture so that if it doesn't fit in the page, instead of widening the table the picture accommodates the page.
Cool huh?
Took me a lot of detective work to figure this out. Couldn't find it documented anywhere.
<div style="overflow: scroll"><img src="some_image" width="pixels" height="pixels"></div>
This puts scrollbars below and to the right of the picture so that if it doesn't fit in the page, instead of widening the table the picture accommodates the page.
Cool huh?
Took me a lot of detective work to figure this out. Couldn't find it documented anywhere.