Sarah Atkinson wrote: > I have this list that works fine in firefox but becomes mis-aligned > in Explorer. It’s aligning to the parent block item in FF but in IE > it aligns to the text which is centered. Any ideas on a fix?
> <http://easywithwiese.com/newvehicles.php"http://easywithwiese.com/newvehicles.php> > Add... #p7PMnav li {position: relative;} ...and change to... #p7PMnav .p7PMshow {left:0;} The value you have now - 'left: auto' - is interpreted as 'left' by non-IE browsers, but as 'center' by IE/win. 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/
