Safari & Frames in html
- by user575838
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'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.