When I insert javascript into a floated Div, it breaks everything in Firefox. It works fine in IE, but it seems like Firefox is rendering the <script> tag as a "block" and causing all the other floats in line to drop to the bottom.
Has anyone else run into this problem?