Scott Thigpen wrote:

> http://www.sthig.com/photo/contact.php
> 
> The picture of the rooster is knocked down.  Can someone PLEASE tell 
> me what's going on here?

IE6 is 1px off at both sides of the rooster image container, and you're
running a tight fit with no room for errors. IE6 has numerous
calculation-errors resulting in +-1px off, and it doesn't respect
declared dimensions.

I didn't check where IE6 miscalculated, but adding...

* html #c3 {margin: 0 -1px;}

...will just barely create enough space and correct the position in that
browser.
I advice against such tight fit, and it would also be a good idea to
keep the bubble whole - as part of #c3 - so you don't have to hit that
exact.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to