Problem with my site in IE6

Discussion in 'HTML & Website Design' started by fadetoblack22, May 3, 2009.

  1. #1
    I have a problem with my site in IE6. 10% of web users still use this so its still important for me.

    My site is: www.hotonlinecasinos.com

    The problem is that the download and play buttons are shifted to the right. I think this could be a problem with the floats, but I am not sure.

    I have attached an image of the problem as well.

    Can anyone help?

    thanks.
     

    Attached Files:

    fadetoblack22, May 3, 2009 IP
  2. superlinksworld

    superlinksworld Member

    Messages:
    127
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    43
    #2
    try to use position:absolute; for that div or sub classes inside div
     
    superlinksworld, May 3, 2009 IP
  3. fadetoblack22

    fadetoblack22 Well-Known Member

    Messages:
    2,399
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    160
    #3
    No, that doesn't work. The buttons are repeated down the page so when I define a position, they all go to the same spot on the page.
     
    fadetoblack22, May 4, 2009 IP
  4. Immaboy

    Immaboy Peon

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Make a new style.css that works well in IE, then use this code:

    <!--[if IE 7]>
    <link rel="stylesheet" href="ie7.css" type="text/css" media="screen" />
    <![endif]-->
    HTML:
    Works great for me. :)
     
    Immaboy, May 6, 2009 IP
  5. fadetoblack22

    fadetoblack22 Well-Known Member

    Messages:
    2,399
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    160
    #5
    Problem is I haven't made it work in IE6, so I can't do that ;)
     
    fadetoblack22, May 6, 2009 IP