On Nov 8, 2007 6:20 AM, Lisa Goettel wrote:

> Two things:
> 1) On the homepage, the bottom border of the bottom two right boxes
> shifts down about three pixels.
> http://www.karlagoettel.com
>
> 2) On the about page the floated image in the content gets a space at
> the bottom, so it doesn't sit nicely on the bottom border.
> http://www.karlagoettel.com/about.html
>
> CSS:
> http://www.karlagoettel.com/default.css

I only had a quick look.

For 1) try
  #opera img { display:block }
The problem seems caused by the usual space added below an inline
image (other browsers do not show it probably because the page is in
transitional mode.)   Please note that a similar problem may show up
in non IE browsers if you increase a bit the font size so that the
cells containing text become taller than the opera image (and than
their background images.)

For 2)
Try zeroing the margin-bottom of the last paragraph of text (assign an
id or a class to it and set margin-bottom: 0 for it.)   IE has
frequently the problem of displaying after a float  the margin bottom
of a box next to a float.


Hope this helps a little,
Bruno

-- 
Bruno Fassino http://www.brunildo.org/test
______________________________________________________________________
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