Safari & Frames in html

Posted by user575838 on Stack Overflow See other posts from Stack Overflow or by user575838
Published on 2011-01-14T15:31:25Z Indexed on 2011/01/14 15:53 UTC
Read the original article Hit count: 163

Filed under:
|
|

Hi, I am using Windows Expression web to design a embedded quicktime player that plays 4 separate videos in a main frame. Yes, I am using frames. Header Frame, Left Bar frame, Footer & Main centre frame. Everything works in Explorer as it should. See the picture ![Web Frames preview in Explorer, links work, link plays dif videos when clicked.][1]

<html>

Untitled 1

<div style="position: absolute; width: 100px; height: 100px; z-index: 1" id="layer1">
</div>

<p>This page uses frames, but your browser doesn&#39;t support them.</p>

</body>
</noframes>

When I check it in Safari, the video is misaligned in the frame & the background color is black, which I want it white. All the links work, it's just the misalignment & background color. See the picture. ![Safari Preview][2]

Firefox also works. Here's the code, page source from the Safari browser.

Heres a pic of Safari misalignment.

Heres the Safari Code code Please help. It may be simple but I'm a newb. I appreciate any advice from you pro's.

© Stack Overflow or respective owner

Related posts about html

Related posts about safari