Jade True wrote:

> I now have a baffling issue in Firefox, perhaps you have some
> insight? I notice this same thing in other sites in Firefox
> (currently using 1.0.6)...
> some of the links and linked images "shift" to the right
> slightly. You'll see in Firefox that there is now a 1px gap
> to the right of #logoright, which
> goes away after hovering over one of the circle links.

That's really strange. I do not see this in my Firefox (1.0.6) Do you mean
that most of your links move when hovered? How exactly? 1px to the right?
And then come back when the mouse goes out of them?
Don't know what to think, let's see if someone else can reproduce the
problem. If you have the possibility you could try with another installation
of a Gecko based browser, maybe a Mozilla.


> Oh, and I can't figure out why in IE my #main_content seems
> to hang down lower than it does in Firefox on pages with not
> a lot of content...

It's the top margin of the p inside the footer (not correctly managed by
IE.)  Set it to zero:
#footerText p {
  margin-top: 0;
}

An unrelated note: You feed a rather different body font-size to IE than to
others. There should be no reason for this, unless you (as a user) have
configured the browsers to have a different default font-size.


Bruno

______________________________________________________________________
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