Big problem at Firefox Browser

Discussion in 'HTML & Website Design' started by kojakfilth, Apr 1, 2008.

  1. #1
    Please help me in this guys. First go in this link using IE then click any name there. A popup page will come up. Everything is fine there.. But when you browse that page using Firefox. A big difference will come up.

    Please let me know what should i do on that issue... I cant figure it out..
     
    kojakfilth, Apr 1, 2008 IP
  2. =Messa=

    =Messa= Peon

    Messages:
    104
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What difference do you mean? Can you be more specific?

    I tested it and yes, in some specific configuration there's a big difference.

    But... Without knowing what difference do you see, it can be hard to help.
     
    =Messa=, Apr 1, 2008 IP
  3. kojakfilth

    kojakfilth Notable Member

    Messages:
    3,000
    Likes Received:
    213
    Best Answers:
    0
    Trophy Points:
    210
    #3
    The image of a person is not align correctly at firefox. You can see the correct alignment at IE..
     
    kojakfilth, Apr 1, 2008 IP
  4. =Messa=

    =Messa= Peon

    Messages:
    104
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    So...

    I looked into it and tested it. That site's code is a mess. Should be rewritten.

    To solve your problem, you need to replace the piece of code below with another one below.

    Edit: I bolded the changed part.

    <td width="30%" valign="top">
    <[B]span[/B] style="vertical-align:top; width:250px;">
    <img width=250 src=http://lasocpr1.lsp.org/./maps/2401883.jpg alt="HERBERT E FONTENOT" />
    </[B]span[/B]><br>
    Code (markup):
    <td width="30%" valign="top">
    <[B]div[/B] style="vertical-align:top; width:250px;">
    <img width=250 src=http://lasocpr1.lsp.org/./maps/2401883.jpg alt="HERBERT E FONTENOT" />
    </[B]div[/B]><br>
    Code (markup):
     
    =Messa=, Apr 2, 2008 IP
  5. kojakfilth

    kojakfilth Notable Member

    Messages:
    3,000
    Likes Received:
    213
    Best Answers:
    0
    Trophy Points:
    210
    #5
    Thanks messa. that works! :)
     
    kojakfilth, Apr 2, 2008 IP
  6. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #6
    Your site has 234 html errors, 8 CSS errors and an incorrect top of page and you want to complain about Firefox? Quit trying to "fix" FF. IE will always be the problem.
     
    drhowarddrfine, Apr 2, 2008 IP