Elli Vizcaino wrote:

> I have coded this weather module for work: 
> http://e7flux.com/weathercenter/weathercenter.html
> 
> and I need the text inside the bottom 2nd column to wrap onto next
> line underneath the temperature. It does so in IE7 but not in FF or
> Safari.

You can add a suitable width...

.fh3daytemp {width: 85px;}

...and the text will be forced to wrap.

Note that no matter the method used, the text will overflow those small
containers when subjected to font-resize - in all browsers.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to