Rosemary Probert wrote:
> 
> But in IE the left navigation column jumps up and down as the window 
> is enlarged or reduced in size.
> 
> I used Ryan Brill's "Creating Liquid Layouts with Negative Margins" 
> from "A List Apart" as my base, but I don't know enough to work out 
> where I've gone wrong.
> 
> 
> The page is at http://www.ingleside-hotel.co.uk/test/template.htm 

Hi Rosemary,

As no-one else has jumped in, allow me!

IE has a bit of a problem with the italicised text [1]. There are two 
solutions:

1. don't use italics (!) or
2. Add an IE5.5+ -only style rule for #content -

    #content {overflow: visible; height: 1%;}

(more detailed information at [1] including information on requiring 
'overflow:hidden' for IE5)

[1] http://www.positioniseverything.net/explorer/italicbug-ie.html

best,

Stuart

______________________________________________________________________
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