Posts: 256
Location: Auckland, New Zealand
|
Just a quick glance at the source, you have declared the document type (DOCTYPE) as HTML 4.01 Transitional, but looking at the source, it seems you're using XHTML so a document type for XHTML should be used.
The doctype is the rules that tell the browser what to expect from the site, in most cases you want to be within these rules, else you'll throw browsers into Quirks mode, which really means, the browser has the choice to display the site as it sees fit, not how the developer may have created it. This is because it works on compatibility rather than to the rules.
If you clean up the site to be XHTML and within those rules, and fix any validator errors http://validator.w3c.org/ then you can start on fixing the irregularities, but you'll probably find that Safari will come right then.
Cheers,
MC
__________________
#------------------------------ signature---------------------------------------------------------------------------------#
Quote:
|
I am well recognised for what I don't do than what I do. Chores are just one of those things.
|
|