Scot Schlinger wrote:

This is my first message as I am new to the list and using css
completely without tables.  Please pardon my e-mail and, more than
likely, poor quality css.  Please feel free to make comments as I need
to learn.


Welcome.  I'm sure that you will find that this list is a great resource.

My page looks fine in windows ff 1.0.4 but I am having problems with
windows ie 6.x (nothing different then most of the e-mails I have read
over the past two weeks).  The problem: there is a small space (I
thought this was related to the 3px bug, but couldn't figure this out on
my page) between an image and a 1px border below it.
It looks to me like you are experincing the IE "3px Jog" bug. You can read about it here:
http://www.positioniseverything.net/explorer/threepxtest.html

What you can do is add the following hack into your css. That will close up the gap in IE.

* html #header img {
   margin-bottom: -3px;
}

Hope this helps,
Matthew
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to