Richard Brown wrote:

> <http://www.hephzibah.org.uk/>

> There does seem to be a problem with the third column falling away.

In IE/win, yes. That's normal behavior in that browser when the content
is too wide.

Make that column appear narrower. This addition will do...

* html body #column-c {margin-right: -200px;}

...in that it will make IE think that floating column is 200px narrower
than its actual width - by pulling in its backside margin that amount.

You should also adjust the left margins on those <ul><li> in there, so
you don't push those list-items against and over the right edge. That's
necessary since there's some unbreakable text in there.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to