Need help asap

Discussion in 'HTML & Website Design' started by choice, Jun 10, 2007.

  1. #1
    take a look at my website www.1stchoicesearch.com

    in firefox the navigation buttons are perfect lined up

    but in IE they are in one long row

    any idea
     
    choice, Jun 10, 2007 IP
  2. NITRO23456

    NITRO23456 Well-Known Member

    Messages:
    516
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    110
    #2
    you need to put the navigation buttons in their own table within that cell....... they are not aligning due to the wider text etc below them.
     
    NITRO23456, Jun 10, 2007 IP
  3. choice

    choice Prominent Member

    Messages:
    5,444
    Likes Received:
    490
    Best Answers:
    0
    Trophy Points:
    350
    Digital Goods:
    2
    #3
    not a clue what you mean
     
    choice, Jun 10, 2007 IP
  4. -CP-

    -CP- Well-Known Member

    Messages:
    181
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    140
    #4
    have ur navigation in it's own table as Nitro said like:
    
    <table>
    <tr>
    <td>Link 1</td>
    <td>Link 2</td>
    </tr>
    <tr>
    <td>Link 3</td>
    <td>Link 4</td>
    </tr>
    <tr>
    <td>Link 5</td>
    <td>Link 6</td>
    </tr>
    </table>
    
    HTML:
    e.t.c...
     
    -CP-, Jun 10, 2007 IP
  5. choice

    choice Prominent Member

    Messages:
    5,444
    Likes Received:
    490
    Best Answers:
    0
    Trophy Points:
    350
    Digital Goods:
    2
    #5
    sorted thanks a lot guys
     
    choice, Jun 10, 2007 IP
  6. NITRO23456

    NITRO23456 Well-Known Member

    Messages:
    516
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    110
    #6
    cheers - didnt have time to code that out!! rep points would be nice for us both!!
     
    NITRO23456, Jun 10, 2007 IP