> In this case an additional... > > #title {left: 0;} > > ...will be enough, but in most cases both horizontal > and vertical > position should be declared.
Thanks for the suggestion. I've been to have a look and I'm a bit confused though. In my code, title is defined as this: #title { position:absolute; margin-left: 0; margin-top:100px; width:750px; text-align:left; } Is there a difference between "margin-left" and "left"? I've added positions to all the relevant divs and it hasn't made any difference. Thanks Nicole --- Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > Nicole Aebi wrote: > > My first post to this list and as a bit of a > newbie to CSS design, I > > hope I'm not asking a stoopid question! > > Sounds good to me :-) > > > www.lgso.org.uk/index4.html > > > > Any ideas what's going on? > > You're 'absolute positioning' everything (something > I'd generally advice > against), but _positions_ are missing so IE lose > track of where the > starting-point should be. IE isn't good at > calculating 'auto', which is > the default. > > In this case an additional... > > #title {left: 0;} > > ...will be enough, but in most cases both horizontal > and vertical > position should be declared. See... > <http://www.w3.org/TR/2004/CR-CSS21-20040225/visuren.html#position-props> > ...for details. > > Those margins are normally not necessary when > absolute positioning, and > are zero by default so no need to declare them _at_ > zero. Margins can be > useful for further manipulation of position - once > you have a > starting-point for the absolute positioned element. > > regards > Georg > -- > http://www.gunlaug.no > ______________________________________________________________________ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > IE7 information -- > 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/ > Send instant messages to your online friends http://uk.messenger.yahoo.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/