Rimantas Liubertas wrote:
>> Hi all,
>>
>> In most browsers, I can do things like
>>
>> img.logo { margin: 0 auto; }
>>
>> which results in the element centred within its parent container.
>>
>> Of course, this does not work with IE. Short of adding
>> a text-align:center to the parent (which is
> Hi all,
>
> In most browsers, I can do things like
>
> img.logo { margin: 0 auto; }
>
> which results in the element centred within its parent container.
>
> Of course, this does not work with IE. Short of adding
> a text-align:center to the parent (which is *not* what I want), how
> can one ge
Op 23-okt-2006, om 20:07 heeft martin f krafft het volgende geschreven:
> Hi all,
>
> In most browsers, I can do things like
>
> img.logo { margin: 0 auto; }
>
> which results in the element centred within its parent container.
>
> Of course, this does not work with IE. Short of adding
> a text
Hi all,
In most browsers, I can do things like
img.logo { margin: 0 auto; }
which results in the element centred within its parent container.
Of course, this does not work with IE. Short of adding
a text-align:center to the parent (which is *not* what I want), how
can one get the same effect