Del Wegener wrote:

> http://www.edi-cp.com/newweb/sandbox.php
> 
> In FF the text wraps nicely. In IE7 it does not.  Padding on the left
> is ignored and wrapping is sometimes one word to late.

> What is needed to make IE7 play nicely?

IE7 does play nicely, but you have hacked in a failure :-)

Delete this hack...

*div#content
        {  /* IE6 */
                width: 100%;
        }

...completely.

IE6 is in standards mode, so it shouldn't have such a correction in the
first place.
The way your hack is built it is also picked up by IE7, which causes the
problem.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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