PDA

View Full Version : IE/Safari Compatibility Help!



Hypertext
23-01-2008, 01:33 AM
I know this isn't coded *amazingly* but heres a website I've been doing for someone
this is an offline version as you can see there is a flash animation supposedly at the bottom right heres what i get.

IE7: it gives me a horizontal scroller, even though it states no scrolls?? and flash object is completely on the far right side beyond the scroller.

Safari: its all in the right position but the flash object is empty, just a blank white screen. :S could anyone try it in safari as im running on vista/safari3.0

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Hilbre Kirk - Voice Over</title>
<style type="text/css">
body{
background-attachment: fixed;
overflow-x: hidden ! important;
background-position: 50% 100%;
background-repeat: repeat-x;
overflow:auto;
}
div{
width:100%;
position:absolute;
bottom:0;
text-align:center;
}
table{
margin-left:auto;
margin-right:auto;
text-align:left;
}
</style>
<body background="pics/bg.png">
</head>
<table width="100%" height="100%" >
<tr><td align="center" valign="middle">
<div id="flashcontent">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="658" height="467" title="Hilbre Kirk - Voice Over">
<param name="movie" value="Hilbray.swf" />
<param name="quality" value="high" />
<embed src="Hilbray.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="658" height="467"></embed>
</object>
</div>

</td></tr>
</table>

</body>
</html>

Want to hide these adverts? Register an account for free!