hey folks,
So im integrating this Twitter widget into xhtml.
( http://help.twitter.com/forums/10711/entries/15354 )
The code is:
<dl id="twitter_update_list"></dl>
...then a couple lines of javascript.
Heres the issue. Why would IE display long urls (links within the list item) as breaking the containing DIV? Meanwhile FF just continues the url onto the next line, nice and clean. Any idea?