Thank you.
I used Filezilla so this doesn't seem to be the problem.
I have read something on your links regarding the heights in the <body>, <html> and <div> tags, so i'm trying different settings, but it doesn't seem to work better...
Here is the code of my page. Can you see something ?
Thanks!
<!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" lang="en" xml:lang="en">
<head><title>de qui </title>
<style type="text/css" media="screen">
html, body { height:88%; }
body {
margin:0;
padding:0;
overflow:auto;
background-color: #FFFFFF;
color:#000000;
font-family:verdana;
font-size:15px;
}
a {
color:#000000;
}img
{
border: none;
}
#Layer1 {
position:absolute;
width:100px;
height:100px;
z-index:1;
left: 66px;
top: 34px;
}
</style><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta></head><body>
<table width="100%" align="left" border="0">
<tr>
<th scope="row"> <font face="Verdana, Arial, Helvetica, sans-serif"><a href="mywebsite.com" target="_self"><img src="../../mypic.jpg" /></a></font></th>
</tr>
<tr>
<th scope="row"> <a href="index.html" target="_self"><img src="../../photomenu.jpg" name="image01" onmouseover="image01.src='photomenu.jpg'" onmouseout="image01.src='photomenu.jpg'"/></a><img src="../../spacemenu.jpg" /><a href="../../publications/index.html" target="_self"><img src="../../darkpublicationsmenu.jpg" name="image02" onmouseover="image02.src='publicationsmenu.jpg'" onmouseout="image02.src='darkpublicationsmenu.jpg'"/></a><img src="../../spacemenu.jpg" /><a href="../../cv/index.html" target="_self"><img src="../../darkcvmenu.jpg" name="image03" onmouseover="image03.src='cvmenu.jpg'" onmouseout="image03.src='darkcvmenu.jpg'"/></a><img src="../../spacemenu.jpg" /><a href="../../contact.html" target="_self"><img src="../../darkcontactmenu.jpg" name="image04" onmouseover="image04.src='contactmenu.jpg'" onmouseout="image04.src='darkcontactmenu.jpg'"/></a></th>
</tr>
<tr>
<th scope="row"> <img src="../../menuphoto1.jpg" /><img src="../../spacemenuphoto.jpg" /><a href="../selfportraits20072010/index.html" target="_self"><img src="../../darkmenuphoto2.jpg" name="image2" onmouseover="image2.src='menuphoto2.jpg'" onmouseout="image2.src='darkmenuphoto2.jpg'"/></a><img src="../../spacemenuphoto.jpg" /><a href="../batesproductions/index.html" target="_self"><img src="../../darkmenuphoto3.jpg" name="image3" onmouseover="image3.src='menuphoto3.jpg'" onmouseout="image3.src='darkmenuphoto3.jpg'"/></a><img src="../../spacemenuphoto.jpg" /><a href="../vampyr/index.html" target="_self"><img src="../../darkmenuphoto4.jpg" name="image4" onmouseover="image4.src='menuphoto4.jpg'" onmouseout="image4.src='darkmenuphoto4.jpg'"/></a><img src="../../spacemenuphoto.jpg" /><a href="../abimes/index.html" target="_self"><img src="../../darkmenuphoto5.jpg" name="image5" onmouseover="image5.src='menuphoto5.jpg'" onmouseout="image5.src='darkmenuphoto5.jpg'"/></a><img src="../../spacemenuphoto.jpg" /><a href="../missingchildren/index.html" target="_self"><img src="../../darkmenuphoto6.jpg" name="image6" onmouseover="image6.src='menuphoto6.jpg'" onmouseout="image6.src='darkmenuphoto6.jpg'"/></a><img src="../../spacemenuphoto.jpg" /><a href="../selfportraits19972004/index.html" target="_self"><img src="../../darkmenuphoto7.jpg" name="image7" onmouseover="image7.src='menuphoto7.jpg'" onmouseout="image7.src='darkmenuphoto7.jpg'"/></a></th>
</tr>
</table>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.galleryURL = "gallery.xml";
//flashvars.firstImageIndex = "0";
//flashvars.preloaderColor = "#FFFFFF";
var params = {};
params.allowfullscreen = true;
params.allowscriptaccess = "always";
params.bgcolor = "FFFFFF";
swfobject.embedSWF("simpleviewer.swf", "flashContent", "100%", "100%", "9.0.124", false, flashvars, params);
</script>
<div id="flashContent">This website requires JavaScript and the Flash Player. <a href="http://www.adobe.com/go/getflashplayer/">Get Flash.</a>.</div></body>
</html>