how come my page loads perfect in firefox but when I open it in ie things are moved around?
Printable View
how come my page loads perfect in firefox but when I open it in ie things are moved around?
Because IE is crap.xD
Keep using Fire Fox, cause it's the best Web browser around, my opinion.
Try this to fix the IE problem, download and re-install the latest IE. Post the results.
It's a different standard as to how a given web page is displayed between the 2 web browsers, and pretty much a royal pain in the ass for web developers. More and more people now use firefox, and I would highly recommend it over IE for simple web browsing. The only reason the average person would have to use IE, would be for windows update as far as I know.
okay no im using FF definitely but on my my brothers pc he doesnt have FF and uses Ie and the site looked messed up so ill try that :]
hey darkmethod the bottom of my webpage has blank space and the last thing in my html and css is footer which is a copyright image but theres space under it do you know why that happens?
@ navb01, post your page link and I'll take a look for you
@ the topic - IE is widely known as a browser that ignores standards compliancy, and instead makes its own. FF is better at following standards. In a nutshell, you could say that IE shows pages the way it thinks they should be shown, FF shows them the way they are supposed to be shown. As a result of this problem, alot of designers are forced to ensure that the work they do is cross-browser compatible. There are alot of test browsers to help you fix the bugs that accompany legacy browsers like IE6 and IE7.
Yeah, All a browser is is an interface to the internet that reads the instructions(HTML coding) and displays what it is told too, and IE chooses to void what it should do and does what it wants to do.
FF and IE are two different browsers so of course they'll have different pages. As for the messed up IE, there may be a bug, bot or virus doing that. Download Google Chrome on your brother's computer, it's not as good as FF but better than IE
I've already explained why FF and IE display differently...
Sorry, I was posting at the same time as you and my page wasn't reloaded so it didn't show up your post.
It's okay, I figured that was the case. I just don't want him to jump to conclusions and start wiping things. LOL.
hahah its good now, screw ie anyway.
Well the reason why is because firefox is much more differently than Inter Explorer, even i tested it out. I got 5 browsers:
FF Latest Version
Opera Latest version
IE Latest Version
Google Chrome Latest Version
Safari Latest Version
You should use FF cause i use it the most. Well if you have more bugs then you can reply it back or pm me.
Internet Explorer used some of its own predefined techniques to display web page in the browser but firefox stick to the code defined in the HTML coding...so just take care of the extra spaces and line breaks defined in the code. Also we must take care of all the popular browsers used currently for displaying the web page as we can't imagine which browser will be used by the visitor...
FF
is
awesome
IE not so much
Lets put this simply.
The way each browser reads your code is different. Mainly because Internet Explorer reads CSS differently to Firefox. And as IE still has the highest market share, I would suggest making your websites work in IE7+. To get around any CSS bugs you may have, create an addition style sheet and use conditional comments to include it only for IE. Inside this style sheet correct anything wrong with your site (Padding or margin problems usually).
Aside from this, always include a css reset before your style sheet. This is a seperate style sheet which will remove any styles the browser automatically adds to elements. (Paragraphs will no longer have margins/padding, etc).
Hope this clears things up.