Wednesday, March 11, 2009

Scrolling page in html

I always encounter this problem when embedding flex into an html page: the page won't scroll.
Flex builder adds scroll="no" to the body tag,
and adds overflow="hidden" to the style attribute to the body tag in the head.

Remove both and your page will scroll.

;)

No comments: