Things line up in IE but not Firefox...photoshop sliced table generated

Discussion in 'HTML & Website Design' started by oimachi, Jun 18, 2007.

  1. #1
    oimachi, Jun 18, 2007 IP
  2. timelf123

    timelf123 Peon

    Messages:
    897
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #2
    timelf123, Jun 18, 2007 IP
  3. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #3
    You need to remove this:
    <?xml version="1.0" encoding="iso-8859-1"?>
    Code (markup):
    That causes IE6 to run in non-standards mode. Getting rid of the xml declaration may even make IE6 look as bad as Firefox. :p

    You may assume that if Firefox and any version of IE differ in their renderings, Firefox is rendering as you coded it, and if it's not what you want, you miscoded.

    cheers,

    gary
     
    kk5st, Jun 18, 2007 IP
  4. timelf123

    timelf123 Peon

    Messages:
    897
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #4
    good catch, I didn't even notice that. never sticking with the code that is given to you after being sliced is a good idea
     
    timelf123, Jun 19, 2007 IP