Please help --- Problem with IE

Discussion in 'HTML & Website Design' started by spuk, May 31, 2007.

  1. #1
    Can anyone help me?
    I have a problem with my site. www.fun365.eu. In Firefox and Opera I can see the right column at it's place but in Internet Explore it is at the bottom of the page. I don't know what to do.
     
    spuk, May 31, 2007 IP
  2. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I haven't looked at your code, but you may have run into a float margin bug. Try adding display: inline; to your right column' style rules (no hack needed, just put it in there with the other styles) and see if it fixes the problem.

    If it doesn't, let me know and I'll take a look at your code. But beware, I'm anal-retentive about semantics and minimal markup, so I may end up deciding to fix the problem once and for all with a re-write if I feel it's necessary.
     
    Dan Schulz, May 31, 2007 IP
  3. idotcom

    idotcom Well-Known Member

    Messages:
    522
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    108
    #3
    maybe clear:left; in style?
     
    idotcom, May 31, 2007 IP
  4. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #4
    That'll cause the column to clear in the other browsers as well.
     
    Dan Schulz, May 31, 2007 IP