I am new to web design and programming and I am having some problems making my website display properly universally in all browsers. My website display perfectly correctly in Safari and Opera. However, the slices that make up my site are not displayed and aligned correctly in the popular Firefox browser. The problem is that my site displays exactly the same as what it looks like in the editing mode in Dreamweaver when pulled up in Firefox. The Safari and Opera browsers default css seems completely fix this visual problem. What do I need to do to fix this problem so that my site will display correctly in Firefox as well? Hear is the code for my index page:
PHP:
<!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=UTF-8" />
<title>Welcome to Designosaur Online!</title>
<script src="../../../Big Designosaur Images/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<style type="text/css"">
* {margin:0}
</style>
</head>
<body>
<table width="1282" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="629"><script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','629','height','160','src','../../../Designosaur Flash Docs/Animated Designosaur logo big','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','loop','false','movie','../../../Designosaur Flash Docs/Animated Designosaur logo big' ); //end AC code
</script><noscript><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="629" height="160">
<param name="movie" value="../../../Designosaur Flash Docs/Animated Designosaur logo big.swf" />
<param name="quality" value="high" /><param name="LOOP" value="false" />
<embed src="../../../Designosaur Flash Docs/Animated Designosaur logo big.swf" width="629" height="160" loop="false" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
</object></noscript></td>
<td width="653"><img src="../../../Big Designosaur Images/Big Index/BigIndex_header.gif" width="652" height="41" /><img src="../../../Big Designosaur Images/Big Index/BigIndex_home.gif" width="100" height="35" /><img src="../../../Big Designosaur Images/Big Index/BigIndex_homeworks.gif" width="61" height="35" /><a href="Designosaur Big Works.html"><img src="../../../Big Designosaur Images/Big Index/BigIndex_works.gif" width="101" height="35" /></a><img src="../../../Big Designosaur Images/Big Index/BigIndex_workcontact.gif" width="58" height="35" /><a href="Contact Big.html"><img src="../../../Big Designosaur Images/Big Index/BigIndex_contact.gif" width="100" height="35" /></a><img src="../../../Big Designosaur Images/Big Index/BigIndex_contactright.gif" width="232" height="35" /><img src="../../../Big Designosaur Images/Big Index/BigIndex_subheader.gif" width="652" height="84" /></td>
</tr>
</table>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1280','height','635','src','../../../Designosaur Flash Docs/Dino Big Index','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../../../Designosaur Flash Docs/Dino Big Index' ); //end AC code
</script><noscript><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1280" height="635">
<param name="movie" value="../../../Designosaur Flash Docs/Dino Big Index.swf" />
<param name="quality" value="high" />
<embed src="../../../Designosaur Flash Docs/Dino Big Index.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1280" height="635"></embed>
</object>
</noscript></body>
</html>
Last edited by a moderator: