why is my web page braking up in explorer but it looks fine in safari and fire fox please help?
anonymous
2007-05-11 09:42:30 UTC
why is my web page braking up in explorer but it looks fine in safari and fire fox what am i doing wrong please help my page is http://vegahusid.egilsstadir.is/ so u can see for your self thanks m
Seven answers:
anonymous
2007-05-11 10:13:11 UTC
did you validate your html to make sure it's free of any errors in your code?
Rex M
2007-05-11 09:46:59 UTC
Because you have everything inside a paragraph tag, and you have a bunch of pointless P's with a single non-breaking space in them. The P tag is for one very specific purpose - a paragraph of text. Nothing else. Do not use it in any situation except to break up blocks of text within a content area.
You also have your entire page inside a table, which is completely pointless and asking for trouble. Use divs instead.
IE definitely has its problems, but the reason your page is not working is because your markup is semantically and structurally plain wrong. IE will have no problems displaying your layout if you do it correctly. You need to redo it using methods that haven't been out of date for 10 years.
?
2016-05-21 02:20:11 UTC
Internet Explorer/ Safari :)
fjpoblam
2007-05-11 09:59:49 UTC
While most browsers may measure the "width" and "height" as just the size of the "contents" (inside the padding, border, and margins) IE measures the "width" and "height" as the area outside the "border" plus "padding" - troublesome, no? Look up the cited reference for solutions.
anonymous
2007-05-11 09:47:38 UTC
IE does not follow the www3 standard as closely as the others. You need either to use common code, or alternative code depending on the browser.
saint
2007-05-11 09:45:59 UTC
depends on the html. some codes are read in certain ones. IE sucks... to make a long story short
anonymous
2007-05-11 09:46:19 UTC
Looks fine to me and I'm on IE.
It's likely IE being retarded. There's a reason why so many people hate Microsoft.
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.