its_jon
04-01-2008, 08:53 PM
1) Script Title: Tabbed Document Viewer
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex3/tabdocviewer.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_jon/JEDBURGH/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
<iframe id="tabiframe" src="content_index.htm" align="middle" VALIGN="top"HEIGHT="80%" WIDTH="100%" frameborder="0"></iframe>
to
<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
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex3/tabdocviewer.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_jon/JEDBURGH/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
<iframe id="tabiframe" src="content_index.htm" align="middle" VALIGN="top"HEIGHT="80%" WIDTH="100%" frameborder="0"></iframe>
to
<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