FireFox 3 Error

Discussion in 'CSS' started by rockyourweb, Aug 13, 2008.

  1. #1
    My website http://www.maithai-exports.com has errors on FireFox 3. There are more white space underneath my footer. Please you suggest me a solution.

    Thanks.
     
    rockyourweb, Aug 13, 2008 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    The error lies in the coding. You have this:
    
    <td id="skin_ct_lc">
    ...
    </div>
    </div></div><table width="100%" border="0" cellspacing="3" cellpadding="0" height="100%">
      <tr>
        <td height="100%">&nbsp;</td>
      </tr>
    </table>
    </td>
    Code (markup):
    Either remove the height attribute from the table element (it's invalid, anyway), or remove the table completely, which seems to do no harm.

    This may or may not actually fix things. You have a pot load of errors which need fixing. With invalid markup, debugging's just a crapshoot.

    cheers,

    gary
     
    kk5st, Aug 13, 2008 IP
  3. rockyourweb

    rockyourweb Banned

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for your finding solution for me, kk5st.

    Cheers
     
    rockyourweb, Aug 13, 2008 IP
  4. Liily

    Liily Peon

    Messages:
    20
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Yes, I have same problem.
    Cheers kk5st :)
     
    Liily, Aug 14, 2008 IP