well - my explanation is this.
in this last script you closed the fram tag and reopned it. i suspect macs dont like frames in frames, which you have. Cos before you made a frame, closed it and made another frame....if you know what i mean? major compatability issue though. anyway....lol
took another look at your script source though - your using 2 frames (black.
html) to centre your whole website...
can you use a table and center it? or even use an Iframe? That way you could cut down on the amount of frames.
code for the iframe:
- Code: Select all
<IFRAME name="inlineframe" src="yoururl.html" width=100 height=100 marginwidth=0 marginheight=0 frameborder=0 scrolling=auto></IFRAME>