Problem with IE and CSS

Discussion in 'CSS' started by akabou, Oct 20, 2010.

  1. #1
    Hello, i have a website and have problem
    with div that are correctly positionnated on firefox or chrome

    but not under IE6 and 8.

    Could someone advise me how to solve this.

    have a look at http://game-4-free.com

    Thanks
     
    akabou, Oct 20, 2010 IP
  2. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #2
    Having problems with IE is expected and the norm. Unfortunately, I don't have IE available to look at it right now.
     
    drhowarddrfine, Oct 20, 2010 IP
  3. akabou

    akabou Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for your answer.
     
    akabou, Oct 20, 2010 IP
  4. OllieB

    OllieB Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi,

    I am having a problem with my website in Chrome & IE. I understand the problems that IE has with CSS but I know there is a way around it but can't work it out.

    Any help would be appreciated.
     
    OllieB, Oct 27, 2010 IP
  5. glassguru7

    glassguru7 Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    you have to attach "ieonly.css" that works only when you use IE
    it makes no effect on others like firefox

    <!--[if IE]>
    <link rel="stylesheet" type="text/css" href="..........path......../ieonly.css" />
    <![endif]-->
     
    glassguru7, Oct 27, 2010 IP
  6. OllieB

    OllieB Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    So literally make another stylesheet thats called ieonly.css and style it so it looks right in IE? That easy?
     
    OllieB, Oct 27, 2010 IP
  7. .^.Eagle.^.

    .^.Eagle.^. Member

    Messages:
    203
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    48
    #7
    <!--[if IE]>[code you want executed if user uses IE]<![endif]-->
    Code (markup):
    You just need an IE-compliant stylesheet, which is a pain because IE is such crap.... it's a process to build one.
     
    .^.Eagle.^., Oct 27, 2010 IP
  8. misohoni

    misohoni Notable Member

    Messages:
    1,717
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    200
    #8
    Could you help out? I'm willing to pay...
     
    misohoni, Oct 27, 2010 IP
  9. WuLF

    WuLF Peon

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I'll be able to help you out. Send me a PM ;)
     
    WuLF, Oct 28, 2010 IP
  10. akabou

    akabou Peon

    Messages:
    24
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Thanks , guys

    i found that the problem was just when browsing with Ie6

    no problem with ie7 or ie8.

    I just added a style sheet css link for ie6.

    Thanks
     
    akabou, Nov 28, 2010 IP
  11. anjaneya

    anjaneya Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Yes you won't have probs with Ie8, but you'll face probs with images on Google Chrome - so beware!
     
    anjaneya, Nov 28, 2010 IP