Float right position problem

Discussion in 'CSS' started by dtm32236, Aug 14, 2008.

  1. #1
    Hey guys,

    On this page:
    http://www (dot) pintmeisters (dot) com/

    I have an image of a shield floated to the right on the header. This works perfectly in every browser but IE6 (of course). In IE6, the entire page is floated to the left of the shield, leaving the area under it blank. I've attached screenshots for reference.

    I can't figure out how to make this work in IE6... does anyone see a solution to this?

    Thanks a lot for any help or suggestions!
     

    Attached Files:

    • ff.jpg
      ff.jpg
      File size:
      84.3 KB
      Views:
      53
    • ie6.jpg
      ie6.jpg
      File size:
      79.7 KB
      Views:
      49
    dtm32236, Aug 14, 2008 IP
  2. unr.

    unr. Guest

    Messages:
    200
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You're not floating the rest of your content, right?
    IE by default sets the floats funny,

    Your content is going to have to be either floated as well, or at least set to clear clear:both I think
    Let me know if that helps any.
     
    unr., Aug 14, 2008 IP
  3. dtm32236

    dtm32236 Guest

    Messages:
    320
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    That's the exact issue. Someone in another forum found, and fixed the problem.

    Thanks a lot for looking at this, unr. I really appreciate it!
     
    dtm32236, Aug 14, 2008 IP
  4. unr.

    unr. Guest

    Messages:
    200
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    No problem, glad I could help. :)
     
    unr., Aug 14, 2008 IP