views:

67

answers:

3
+2  A: 

If you use Firebug's inspect element on your list, the div with classes "rssWrapper rss1" have these styles: "overflow: visible; height: auto; width: 248px; padding-right: 0px; position: absolute; top: 0px;"

You probably should also specify a height for this one(even just for IE7/8) since it is the one that overflows.

corroded
+1  A: 

Your XHTML isn't sent as application/xhtml+xml. Either send it as the correct MIME or get HTML 5.

Delan Azabani
A: 

Couldn't figure it out so I'm just doing a javascript workaround.

Thanks anyway guys

bbeckford