My Website does not appear in its original form with Google Chrome

Discussion in 'HTML & Website Design' started by khalidmail, Jan 17, 2012.

  1. #1
    Creating a site http://www.soussfilm.net
    with script "php movie script v2.0"
    Look good with a browser Internet Explorer
    But it does not look good with a browser Google Chrome
    How this problem can be modified?
    Does not appear properly with chrome

     
    khalidmail, Jan 17, 2012 IP
  2. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #2
    It's because you used Internet Explorer as your reference browser and IE is the worst browser on the planet. Now you're trying to make a modern browser work like old, inept, broken IE.

    You don't have a doctype and IE is in quirks mode where you never want to be. Now you might be stuck but add this to your first line and see where we stand: <!DOCTYPE html>

    Never, ever, EVER use IE as a reference for how things should work!
     
    drhowarddrfine, Jan 17, 2012 IP
  3. khalidmail

    khalidmail Greenhorn

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    Which of you wants to send him a script to modify it and to be consistent with the chrome browser
     
    khalidmail, Jan 17, 2012 IP
  4. wiicker95

    wiicker95 Well-Known Member

    Messages:
    438
    Likes Received:
    37
    Best Answers:
    10
    Trophy Points:
    100
    #4
    Exactly, who needs that crappy IE anyway?

    If you wanna fix your website, add background-repeat: no-repeat; to the footer, the header and navbg divs, set a with to the content and for the search box, and you're good to go!!

    Use firefox and/or chrome (I personally prefer firefox + firebug=> fire rules!!) as a reference, don't use the properties strictly used by only a part of the browsers, and you'll be good to go!
     
    wiicker95, Jan 17, 2012 IP
  5. rlvassallo

    rlvassallo Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I agree, that Firefox used in conjunction with Firebug is a superb choice for developing and troubleshooting problems you may have when designing.

    You'll also want to do your homework researching which browsers are compatible with what coding youre trying to use. just as an example: quirksmode.com has a compatibility index you can use.
     
    rlvassallo, Jan 18, 2012 IP
  6. khalidmail

    khalidmail Greenhorn

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #6
    What is the file that must be modified ....and what will change the
     
    khalidmail, Jan 19, 2012 IP