Firefox & IE
SCALING ISSUE
If you set your screen resolution to 800x600 and
run a test on the CSS and code below, you'll
quickly discover Firefox and IE have scaling issues
aside from font size.
The image GIF (245x216) looks remarkably larger in IE6
than it does in Firefox 2.0.0.6.
Can anyone explain this, or does anyone have a fix for
this?
I accidentally stumbled upon this issue while trying to
record the screen. Even with the width set to 770px IE
produces a horizontal scroll bar. What gives?
Here's the CSS and the code, below:
CSS
#container {
width: 770px;
border: 3px solid red;
margin: 0 auto;
}
HTML
<div id="container">
<img src="woman.gif" />
</div>
~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/