English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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

2007-05-11 05:42:30 · 7 answers · asked by Anonymous in Computers & Internet Programming & Design

7 answers

did you validate your html to make sure it's free of any errors in your code?

2007-05-11 06:13:11 · answer #1 · answered by Anonymous · 0 0

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.

2007-05-11 05:46:59 · answer #2 · answered by Rex M 6 · 2 0

Internet Explorer/ Safari :)

2016-05-20 22:20:11 · answer #3 · answered by ? 3 · 0 0

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.

2007-05-11 05:59:49 · answer #4 · answered by fjpoblam 7 · 0 1

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.

2007-05-11 05:47:38 · answer #5 · answered by Anonymous · 0 2

depends on the html. some codes are read in certain ones. IE sucks... to make a long story short

2007-05-11 05:45:59 · answer #6 · answered by saint 2 · 0 2

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.

2007-05-11 05:46:19 · answer #7 · answered by Anonymous · 0 2

fedest.com, questions and answers