[_] CSS - align centre
Raymond Brooks
ray at conscious.co.uk
Fri Jul 14 15:40:04 BST 2006
Chris Hawes wrote:
>> Can anyone tell me how I can get this horizontal list to sit
>> centrally in
>> IE6 please?
>
>
> If it is fixed width then:
>
> margin: auto;
>
> Should do the trick.
if you're in standards compliant mode. for quirks mode, wrap it in a
100% wide div and use text-align:center; on the parent.
>> Can anyone tell me how I can get this horizontal list to sit
>> centrally in
>> IE6 please?
>
>
> If it is fixed width then:
>
> margin: auto;
>
> Should do the trick.
if you're in standards compliant mode. for quirks mode, wrap it in a
100% wide div and use text-align:center; on the parent.