vote up 1 vote down star

alt text

On the left you will notice the google logo rendered by IE, I drew a black line at the top and bottom of the G which extends into the FF windows which rendered the same exact logo yet the FF version renders the image larger. There is NO css linked to this page, just plain and simple Html.

Can anyone tell me why this is happening and can I prevent it? Is my box just fubar and no one else gets this behavior?

Edit: Failed to mention IE7/FF3

Edit: Posted Html as requested

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_Head1"><title></title>
</head>
<body>
<img src="http://www.google.com/intl/en_ALL/images/logo.gif" />
</body>
</html>
flag

50% accept rate
Can you post the html? – Draemon Dec 10 '08 at 22:57
posted as requested. – keithwarren7 Dec 11 '08 at 0:08

2 Answers

vote up 3 vote down check

I just created a composite image of screenshots of the Google image in IE, Firefox & Chrome and they're all in perfect register (top 2 images at 30% opacity).

I believe it has to be a custom zoom you've got set in one of your browsers. Check IE's zoom at the right of the status bar, for example.

composite image

link|flag
It turns out to be an issue with FF3 and a bug in either the server 2008 x64 build or the zoom plugin. Tried several combos with varying results but bottom line life is better now. Thanks. – keithwarren7 Dec 17 '08 at 3:41
Which zoom plugin? I'm curious which it is, FF3 or the plugin. Have you tried uninstalling the plugin? – Mike Scott Dec 17 '08 at 14:32
vote up 2 vote down

Is text rendering any different? Might be that you have zoomed the page in FF (or IE)?

Can try Ctrl-0 to reset zoom sizing (works in both), I have a logitech mouse with a free spinning wheel, so this happens to me quite a bit when I forget the scroll wheel is still spinning and hit the Ctrl key. Plenty other places where the zoom etc could be set.

Could also be something entirely different, but generally I find that IE and FF render images much the same.

Wouldn't call the box fubar based on that, more likely a software setting somewhere... but hey, it's nearly Christmas, and if you want an excuse for a new box, I won't tell anyone :)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.