Peter Bradley wrote:
> http://www.peredur.uklinux.net/Amnesty/amdanom.html

> For some reason, IE insists on pushing the ul that forms the sidebar
>  navigation links out about 10px to the right.

Add...

ul#cyfeirio {margin-left: 0;}

...or...

ul#cyfeirio {margin: 0;}

...depending on where you want that ul to stay.

IE/win uses margin-defaults on lists, while most other browsers use
padding-defaults. It is therefore a good practice to zero out both
margins and paddings that aren't used/declared for positioning of lists.

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/

Reply via email to