Hiya guys/girls!
Here's an odd one.
Every browser I can find on OSX (FireFox, Safari, Chrome) displays my site how it should be displayed however, boot into Windows and not a single browser I can find will display how I want it to.
http://whatwebuild.com/blog
I know the markup is disgusting and thrown together (If you think that's bad, you should see the AS|PHP) but even rolling through that fixing div tags etc I can't seem to isolate a reason as to why it displays nicely on OSX but not Windows!
Is there anybody can nudge me in the right direction as to what's wrong?
Validate your code...
Peter
I'm doing that now :)
No change as of yet!
I'll keep looking...
woop.
Down to seven errors and the last ones I can't clear, still no change on IE though :(
I get the feeling it's something to do with <embed>
As for Firefox I'm completely stumped. Works fine on my mac but windows FX just kills it. Nothing's aligning D:
you're still missing the closing body tag
</body>
Peter
Ahhh, thanks!
That's closed now. Still a few errors but I doubt any of them are the cause of the problems I'm experiencing. :(
close head (</head>).
This kind of forgotten tags takes IE into quirks mode.
Peter