1) Script Title: Tabbed Document Viewer

2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...bdocviewer.htm

3) Describe problem: Where I now have the Tabbed Document Viewer (multi iframe) I used to have just a simple iframe.

Here is the page in question
http://myweb.tiscali.co.uk/design_jo...URGH/index.htm

The site worked fine in IE Firefox and Safari
After installing the multi Iframe code Safari displayed wrong.

I 'can' get it to display correctly in Safari but in doing so IE display wrong...

By changing

HTML Code:
<iframe id="tabiframe" src="content_index.htm" align="middle" VALIGN="top"HEIGHT="80%" WIDTH="100%" frameborder="0"></iframe>
to

HTML Code:
<iframe id="tabiframe" src="content_index.htm" align="left" VALIGN="top"HEIGHT="80%" WIDTH="100%" frameborder="0"></iframe>
Hope this gives someone a clue as to why I have the problem

regards
Jon