Many thanks Toby
You have nailed the frameset issue.
Rgds
Laphan
Toby Inkster <usenet200409.DeleteThis@tobyinkster.co.uk> wrote in message
news:pan.2004.09.04.15.15.14.591899@tobyinkster.co.uk...
Laphan wrote:
> Is this a fault with Safari or is there a way in which the framesets
should
> be shown in order for it to work in Safari??
At a guess (and as I don't have Safari this is only a guess!) it's because
of your totally screwy "rows" and "cols" attributes.
Try changing this:
<FRAMESET FRAMEBORDER=0 BORDER=0 FRAMESPACING=0 ROWS="64,*%">
<FRAME SRC="header.html" NAME="header" MARGINWIDTH=0 MARGINHEIGHT=0 NORESIZE
SCROLLING="NO">
<FRAMESET FRAMEBORDER=0 BORDER=0 FRAMESPACING=0 COLS="185,76%">
<FRAME SRC="chooser.html" NAME="chooser" MARGINWIDTH=0 MARGINHEIGHT=0
NORESIZE>
<FRAME SRC="home.asp" NAME="viewer">
</FRAMESET>
</FRAMESET>
To this:
<FRAMESET ROWS="64,*">
<FRAME SRC="header.html" NAME="header" SCROLLING="NO">
<FRAMESET COLS="185,*">
<FRAME SRC="chooser.html" NAME="chooser">
<FRAME SRC="home.asp" NAME="viewer">
</FRAMESET>
</FRAMESET>
And then see if it works.
Also, stop using <NOFRAMES> to spam search engines and start using it for
its intended purpose -- to provice alternative content for user agents
that don't support frames.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ <a style='text-decoration: underline;' href="http://tobyinkster.co.uk/contact" target="_blank">http://tobyinkster.co.uk/contact</a>
Now Playing ~
../counting_crows/august_and_everything_after/05_anna_begins.ogg<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Using Frames in Safari