|
Posted by Tony on June 12, 2006, 1:56 pm
Please log in for more thread options
Luciano A. Ferrer wrote:
> Steve Pugh ha escrito lo siguiente el 12/06/2006 04:10:
>
>>> #botonera {
>>> float: left;
>>> margin: 0 0 0 18px;
>>> }
>>
>> If you have a style with float: left and margin-left: XX then IE will
>> make margin-left twice the size it should be (and the same with float:
>> right and margin-right)
>>
>> See http://www.positioniseverything.net/explorer/doubled-margin.html
>> for more details and some suggested fixes.
>
> wow, thanks a lot Steve
> It was the first time it happened to me, what an odd behavior... :)
I have seen comments like that made quite often in regard to IE :)
--
"The most convoluted explanation that fits all the available and made-up
facts is the most likely to be believed by conspiracy theorists"
|