/    Sign up×
Community /Pin to ProfileBookmark

Browser Problem

Good Morning,

I am goiog to develope one site in which i have some problem in browser .
when i m open that in Internet Explorer it gives different output from Mozilla and any other browser.

Is there any solution of this problem using html?

If it is possible than give me coding of that.

Thank You.

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@felgallFeb 28.2007 — 
  • 1. Make sure your page starts with a valid <DOCTYPE> tag to put IE into its compatible mode.


  • 2. Define a stylesheet that gets the page looking right in standards compliant browser.


  • 3. Add a second stylesheet inside IE conditionals that contains the additional stylesheet commands needed to fix IE.


  • <i>
    </i>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd"&gt;
    &lt;html&gt;&lt;head&gt;
    ...
    &lt;link href="master.css" type="text/css" rel="stylesheet&gt;
    &lt;!--[if IE]&gt;&lt;link href="ie.css" type="text/css" rel="stylesheet&gt;&lt;[endif]--&gt;
    &lt;/head&gt;&lt;body&gt;
    ...
    &lt;/body&gt;&lt;/html&gt;
    ×

    Success!

    Help @sejal spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 5.6,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,

    tipper: @Samric24,
    tipped: article
    amount: 1000 SATS,
    )...