Header displays incorrectly in IE

Discussion in 'HTML & Website Design' started by BLieve, May 27, 2007.

  1. #1
    My header displays incorrectly in IE 6 or 7 but fine in Firefox.

    My site is SystemRebels.com. In IE, the title and the login button drops down over the content until you wave your mouse over it for a little bit.

    I'd really appreciate it if someone can help me identify or even fix my problem for a payment. :)
     
    BLieve, May 27, 2007 IP
  2. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Are you aware that your content gets pushed down in Opera when you hover over the menu links?
     
    Dan Schulz, May 27, 2007 IP
  3. BLieve

    BLieve Peon

    Messages:
    158
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    When you mean pushed down do you mean an irregular amount or just a 1/4 inch like in firefox?
     
    BLieve, May 28, 2007 IP
  4. qwer123

    qwer123 Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    why do you use tables?
    css would be much easier
     
    qwer123, May 28, 2007 IP
  5. BLieve

    BLieve Peon

    Messages:
    158
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    qwer123 can you elaborate a little. I did not do any of the coding so I have no idea what you are talking about.
     
    BLieve, May 28, 2007 IP
  6. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #6
    He's referring to the use of tables (which are for tabular data, like spreadsheets) for layout, which can be handled better through the proper use of the bare minimum of of clean, valid and semantic HTML and CSS.
     
    Dan Schulz, May 28, 2007 IP