|
|
|
| IE, Firefox difference
-- Wed, Apr 13 2005 09:26PM
|
|
|
<html><body>
<div style="position:absolute;left:10;top:10;width:100;height:20;border:1px solid green;background-color:#d0d0f0">test</div>
<div style="position:absolute;left:10;top:10;width:200;height:200;border:9px solid blue;"></div>
<div style="position:absolute;left:210;top:210;width:100;height:20;border:1px solid green;background-color:#d0d0f0">test</div>
<div style="position:absolute;left:210;top:210;width:200;height:200;border:1px solid red;"></div>
</body></html>
Apparently in Firefox borders make the div bigger?, IE puts them on the inside, which I prefer. Ugh...
I'm sure there's a paramter to set here, but a walk through the Firefox DOM Inspector reveals no default params and I'm too old and tired for this.
|
|
|
|
|
|
|
|