Firefox error: footer around main content

Hi, I have a mistake that has been haunting me for the past few days.

we have this redesign we are working on for www.petpoint.com -

http://test.petpoint.com/redesign/index.asp

When viewed in any other browser, the footer looks great (even in IE7, 8)

When viewed in firefox, the footer becomes really corrupt.

I can not understand this error, I tried to figure out something in CSS, but nothing that I tried, since I made this footer shift.

I could use any help you can provide. Not sure if you can go to the link so that I can provide code samples on request.

As seen in firefox

as seen everywhere else

Thanks in advance.

+3
source
3

<, </b> :

<b>24PetWatch microchips sold for companion animal usage/b>

, .. , FireBug , FF <b></b> / DOM - , , , .

, <b> , , ,

HTML5 , - HTML Validator, , FF - !

+1

, .

<strong></strong> <b></b> , , .li <b></b>, font-weight:bold . .

+1

It looks like you have code mixed up between tags, and the contents in the first column are not written to the tags. This is similar to all columns. It also looks like you can add CSS styles mozthat insert and ruin the code. In Chrome, the header tags in the footer do not contain tags in them, but in FF they do.

Hope this helps. Keep us updated on everything you find.

0
source

All Articles