/    Sign up×
Community /Pin to ProfileBookmark

Cross Browser Assistance

Hi,

Anyone know of any reason why this site will work in IE, but not in Netscape or Firefox?

[url]http://www.allisaw.com[/url]

It uses css…

Thanks…

to post a comment
HTML

6 Comments(s)

Copy linkTweet thisAlerts:
@the_treeOct 07.2006 — Because IE doesn't fully support technical standards (shock, horror)? Well, no not really. There are numerous [url=http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.allisaw.com%2F]errors in your HTML[/url] and [url=http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A%2F%2Fwww.allisaw.com%2F]errors in your CSS[/url], so it would be unreasonable to expect browsers to render your page consitently.
Copy linkTweet thisAlerts:
@Alaska_RaiderauthorOct 07.2006 — Thank you...I will go fix those errors and see what develops.
Copy linkTweet thisAlerts:
@Alaska_RaiderauthorOct 07.2006 — Ok, I have fixed all the errors that I can in both the html and css...if I fix the others then the layout isn't correct.

http://www.allisaw.com

Thanks...
Copy linkTweet thisAlerts:
@toicontienOct 07.2006 — Now we're working on misunderstandings of the standards, and also why it's best to develop on a Standards browser first, then hack for IE-Win. First step, add the following CSS to your style sheet:
<i>
</i>html,
body {
height: 100%;
}

Standards browsers only make the BODY and HTML elements as tall as they need to be. When you position all the BODY contents absolutely, the BODY element technically doesnt' contain anything, because the absolute positioned elements do not exist in the normal document flow. Thus the body has a 0 pixel height. Setting the table-layer DIV to 100% height means 100% of 0 pixels.

And since the HTML element contains the BODY element in standards browsers, you set both HTML and BODY to height: 100%. Then the table-layer DIV also gets that same height.

Start there and see if that gets us on the right track.
Copy linkTweet thisAlerts:
@Alaska_RaiderauthorOct 07.2006 — Added that to the coolstyle.css...still won't work in Netscape or Firefox...

http://www.allisaw.com

Thanks for all your help...
Copy linkTweet thisAlerts:
@drhowarddrfineOct 07.2006 — Let's start with your doctype. It's incomplete and throwing IE into quirks mode. See my link below. Use html4.01 strict.

Next, quit trying to make the good browsers perform with code written for IE. IE is a bug so get your code working in Firefox or Opera. Then we can adjust for IEs quirks and bugs.
×

Success!

Help @Alaska_Raider 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.18,
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: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

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