http://swiss-unitrade.com/index.php?products-de (view with IE)
1. The header is 150px high and so are the images in the header. There is always a 2px white line below the header pics and the gray bar in the header with the language selector (with both FF and IE). What's the problem??
Image Preload:
Code: Select all
<script LANGUAGE="JavaScript">
<!--
titrepic = new Image(445, 150);
titrepic.src = "picture/layout/titre-01-norm.jpg";
titrepic = new Image(222, 150);
titrepic.src = "picture/layout/titre-02-norm.jpg";
titrepic = new Image(111, 150);
titrepic.src = "picture/layout/titre-03-norm.jpg";
titrepic = new Image(111, 150);
titrepic.src = "picture/layout/titre-04-norm.jpg";
titrepic = new Image(111, 150);
titrepic.src = "picture/layout/titre-05-norm.jpg";
//-->
</script>
Code: Select all
<table width="1000" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td>
<a href="index.php?garden-acc-de" onMouseover="titrepic01.src='picture/layout/titre-01-norm.jpg';" onMouseout="titrepic01.src='picture/layout/titre-01-lines.jpg';">
<img src="picture/layout/titre-01-lines.jpg" border=0 alt="loading images..." name="titrepic01">
</a>
</td>
:
:
</table>
Any ideas?
Thanks a lot
Pierre