Jump to content

Problem with IE and Firefox Display


Panjabel

Recommended Posts

Hello friends,

i made a web site based on firefox browser,

when i opened the page in internet explorer it was terible.

my code is not compatible, firefox shows something, internet explorer shows soemthing other

you guys, for what browser do you make web sites ?

Thanks

Link to comment
Share on other sites

Is it the alignment of your page in IE that is wrong.

 

If so try putting

 html { 
          margin: 0px;
          padding: 0px;
          }

 

at the beginning of your CSS file.

 

Hope that helps as without a link its hard to say what is wrong.

 

Also to answer your question i use both IE and Firefox during my webdesign.

                 

Link to comment
Share on other sites

I code first and foremost using correct, valid web standard code - checking it in FF initially.

 

Then I check it in IE. If it blows up in IE, I create an IE only css to fix ONLY those issues IE is having a problem with - usually paddings, margins, floats and transparent PNGs.

 

I then set an "IE conditional expression" before the close </head> tag to tell IE to use that css, like this:

 

<!--[if lt ie 7]><link rel="stylesheet" type="text/css" media="screen" href="ie-win.css" /><![endif]-->

 

So, I first code PROPERLY - checking in FF. THEN, I apply fixes for the junk browser IE.

 

There is no ignoring IE. While FF and Safari have gotten a significant increase in market share (since FF 1.0 came out), 70% of your potential audience use a form of IE.

 

I personally have to include hacks for IE 5.01 and 5.5 (@ 50 or so pcs that agents in our office use are non-upgraded WinNT!)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.