PDA

View Full Version : Mac IE issues




In2Deep
May 13, 2004, 11:54 AM
I'm in the middle of putting together a website for the company I work and I'm having some problems with mac's seeing the site.

Safari can see it without problem as can windows machines. IE on a mac just doesn't like it. Is there a quick solution for me?

please check it out: www.ESXmotorsports.com

Mario



kgarner
May 13, 2004, 12:54 PM
What do you mean by "seeing"? Do you mean that on Mac IE you get an error of some sort that the page won't load/connection refused/connection timeout? Or do you mean that the page doesn't render correctly? More information would be appreciated.

PS I would just load it up and see what you mean but I am on a Windows machine here at work. :(

mnkeybsness
May 13, 2004, 01:53 PM
the first thing i noticed is that you didn't close the <!-- for your first javascript...

right before the first </script> tag (line 20), add "-->" (without quotes)

this is probably the reason for this, but you should really validate your page first (http://validator.w3.org/check?uri=http%3A%2F%2Fwww.esxmotorsports.com%2Fesx.htm&verbose=0) before giving the link out publicly... (direct link to the validation for your page)

In2Deep
May 13, 2004, 03:41 PM
Sorry, what I meant was that the page does not load right when using Mac IE. The page comes out blank (white)

The splash page comes up but the framed html content does not.

Please help. (if at all possible in laymans terms)


Mario

kgarner
May 13, 2004, 03:55 PM
In that case I would try what mnkeybsness suggested. Validate your code and make sure you close all your tags.