Strange results on IE

Discussion in 'CSS' started by blackshiva, Jun 17, 2006.

  1. #1
    Hi there.

    I am getting some strange results in IE. I can see www.jcbmobile.coresp.com/admin/ on Firefox but in IE I can't see nothing. I can't understand why.


    Does anybody know?
     
    blackshiva, Jun 17, 2006 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    Don't know why, but remove this: <script src="../gutty/javascripts/tmt_validator.js" type="text/javascript" />, and all is well.

    cheers,

    gary
     
    kk5st, Jun 17, 2006 IP
  3. Aurelius25

    Aurelius25 Peon

    Messages:
    156
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Every browser have diferrent client based compilation this mean you need to modify a additional script to IE in order to make the browser work effectively as well as Firefox
     
    Aurelius25, Oct 14, 2011 IP
  4. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #4
    I do.... Script is not an HTML "empty" element, so you cannot use the XML self closing on it. changing it to:

    <script src="../gutty/javascripts/tmt_validator.js" type="text/javascript"></script>

    Would also fix it. By the XHTML specification self closing is only valid on "empty elements" -- and when the specification says an "empty element" it does not mean an element that has no content, but an element that CANNOT HAVE cDATA or other tag content. (IMG, BR, HR, META, LINK, etc). SCRIPT is not an "empty element"... even when it's empty. See why <div /> and <span /> are also invalid.

    Though I'm guessing since the domain name in question isn't even resolving here.
     
    deathshadow, Oct 15, 2011 IP
  5. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #5
    Ahh you got sucked into someone else answering a 5-year old thread.
     
    drhowarddrfine, Oct 15, 2011 IP
  6. ademmeda

    ademmeda Active Member

    Messages:
    354
    Likes Received:
    3
    Best Answers:
    3
    Trophy Points:
    70
    #6
    It has been 5 years but IE still gives strange results :)
     
    ademmeda, Oct 15, 2011 IP
  7. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #7
    How true .
     
    drhowarddrfine, Oct 15, 2011 IP
  8. flithost

    flithost Peon

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    just copy and pest this link <script src="../gutty/javascripts/tmt_validator.js" type="text/javascript"></script>
     
    flithost, Oct 17, 2011 IP
  9. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #9
    I'm feeling a lot better about my missing this was a bump, given now someone's posted an answer almost immediately after your pointing out it was a bump...
     
    deathshadow, Oct 17, 2011 IP
  10. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #10
    Would you expect anything better out of DP?
     
    drhowarddrfine, Oct 17, 2011 IP