IE adds linebreak?

Discussion in 'CSS' started by thenajsays, Jun 9, 2008.

  1. #1
    my page is located at http://www.equusdev.com/
    for some odd reason, IE has taken it upon itself to insert what appears to be a line break inbetween the top heading and the main body... any thoughts or tips?
     
    thenajsays, Jun 9, 2008 IP
  2. Jongusmoe

    Jongusmoe Member

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #2
    If you haven't already, try margin: 0 in your CSS.
     
    Jongusmoe, Jun 9, 2008 IP
  3. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #3
    You failed to contain your float elements. Add #head {overflow: hidden;} to enclose the floated menu. IE has a bug that causes it to enclose floats when it shouldn't (see the ref above).

    Now you can remove the #hlinks {bottom: 20px;}. It would be a good idea to also remove the width property. Why isn't this menu a list?

    Remove the top property from .scroller.

    That ought to fix things.

    cheers,

    gary
     
    kk5st, Jun 9, 2008 IP
  4. thenajsays

    thenajsays Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    S U C C E S S, thats the way you spell success! cheers mate! many thanks!
     
    thenajsays, Jun 10, 2008 IP