[EMAIL PROTECTED] wrote:
> The page now passes as valid HTML 4.01 transitional

Nice.

> The only problem I can now see with this page is that the options in
> the unordered list under 'Other Links' is much further over to the
> right in  Opera and Firefox than as it should look in IE7 ?
> 
> Why does it seem to be adding all this left padding ?

By default...
...Firefox and Opera (9+) has default-paddings on lists. IE/win has
margin-defaults. Make a note of this - somewhere :-)

Simply add...

#otherlinks ul {padding: 0;}

...and they are gone.

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/

Reply via email to