View Single Post
09-24-2007, 10:40 PM
#1
skillet is offline skillet
skillet's Avatar
Status: I'm new around here
Join date: Feb 2006
Location: Austin, Texas
Expertise:
Software:
 
Posts: 8
iTrader: 0 / 0%
 

skillet is on a distinguished road

  Old  <script> tab breaks floats in Firefox?

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.

Here's the code:
Code:
<script type="text/javascript" src="http://itde.vccs.edu/rss2js/feed2js.php?src=http%3A%2F%2Ffeeds.feedburner.com%2FTheSietch&chan=n&num=1&desc=0&date=n&targ=n"> </script>
Has anyone else ran into this problem?