• My http://www.rapnews.co.uk site looks perfect in IE but when loaded with Firefox, there’s a very very micro problem with the footer. It’s not utterly alligned with the main margins of the content block. You can see it’s slight too far to the right. Anyone got any quick solutions?

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • I cannot see a difference between IE6 and Firefox 1.5, except that in Firefox there is a little more space between the last item and the footer text.

    But nothing seems further to the right. maybe 1 pixel.. or is this what you meant?

    Thread Starter tonywright

    (@tonywright)

    this is what i meant. cuz its not 100% alligned perfectly, there’s a very thin line vertically that looks outta place.

    Oh I see that line now..

    in the #footer div,

    change this: padding: 0 0 0 1px;

    to this: padding: 0;

    And if that still does not look the same in both browsers, take out everything from #footer except this:

    clear: both;

    (Both methods do the job in Firefox, but I did not test them in IE)

    Thread Starter tonywright

    (@tonywright)

    can you tell me where ill find #footer div

    Thread Starter tonywright

    (@tonywright)

    any ideas?

    yosemite

    (@yosemite)

    Try that insufferably long line at the bottom of your css file?

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Margin Allignment’ is closed to new replies.