The default widget from Twitter and any link within the tweet post pops out of the box and is not dropping a line…
<div id="twitter_div">
<h4 class="sidebar-title">Twitter Feed</h4>
<ul id="twitter_update_list">
<li>
<span>
Tweet here <a>the link that pops out of box</a>
</span>
</li>
</ul>
<a href="http://twitter.com/" id="twitter-link" style="display:block;text-align:left;">Follow us on Twitter</a>
</div>
#twitter_div, ul#twitter_update_list li span {
min-width:126px;
width:126px;
}
Firefox fine, Safari, when the link within the tweet is a long one its scrolling out of the box.
The word-wrap:break-word should take care of the long link and has worked in IE since about ie5.5 and also in Safari for quite a while. Recent versions of Firefox and Opera also support it now.
Nobody have a clue why a link cannot drop a line when it reaches its border in Safari or Chrome?
I thought they were the best browsers but if you have a link from a twitter feed it just scrolls on out the box even if you’ve given that box a set width.