[CLOSED] Changing Document mode in IE for standards

  1. #1

    [CLOSED] Changing Document mode in IE for standards

    Hi,

    I need to change Document mode in IE Browser because there are some problem with my css on it but only if Document mode is Quirks. On IE 9 Standards everything seems to be fine.

    So my question is How can I force IE9 to work in Standards Document mode?

    I had try to add in meta tag:
        <meta http-equiv="X-UA-Compatible" content="IE=IE9" />
    But it doesn't help:( Only in IE i got problems of my css(and I loading differend css for this crapy browser already but nothing help).

    Thanks,
    ViDom
    Last edited by Daniil; Jan 15, 2013 at 3:18 PM. Reason: [CLOSED]
  2. #2
    Quote Originally Posted by ViDom View Post
    Hi,

    I need to change Document mode in IE Browser because there are some problem with my css on it but only if Document mode is Quirks. On IE 9 Standards everything seems to be fine.

    So my question is How can I force IE9 to work in Standards Document mode?

    I had try to add in meta tag:
        <meta http-equiv="X-UA-Compatible" content="IE=IE9" />
    But it doesn't help:( Only in IE i got problems of my css(and I loading differend css for this crapy browser already but nothing help).

    Thanks,
    ViDom
    Ok I have found out that Document mode is related to DOCTYPE of master page when I've changed it to
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
    With this DOCTYPE Document mode are standards for default. Maybe someone will be looking for this information in future:)
    thread can be closed.
    Last edited by ViDom; Jan 15, 2013 at 2:08 PM.

Similar Threads

  1. [CLOSED] Document Ready?
    By adelaney in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 19, 2012, 6:47 AM
  2. Use a Word document
    By Coroner in forum 1.x Help
    Replies: 1
    Last Post: Jun 28, 2012, 9:33 PM
  3. Print all document
    By ginsar in forum 1.x Help
    Replies: 0
    Last Post: Aug 06, 2011, 11:25 AM
  4. Please modify getting started document
    By Mr.Techno in forum 1.x Help
    Replies: 1
    Last Post: Jun 23, 2011, 9:53 AM
  5. How to load PDF document in AutoLoad?
    By dbassett74 in forum 1.x Help
    Replies: 1
    Last Post: May 14, 2009, 5:30 PM

Tags for this Thread

Posting Permissions