Hi
I've made a new website but I have a layout issue that I simply can't get right.
In firefox everything is ok, but in ie the image in the top right corner always slides to the left instead of staying in the corner.
strange thing: apparently it depends on the buttons of the gray bar beneath it. If I remove one of those items (e.g. contact) the image is positioned right.
I've tried everything I know about, but no succes. Anyone can help me with this? It would be a great help if someone could!
this is the code of the top row of my table:
it is possible that some parts of the code don't make sense anymore, but i've really been trying everything...
I've made a new website but I have a layout issue that I simply can't get right.
In firefox everything is ok, but in ie the image in the top right corner always slides to the left instead of staying in the corner.
strange thing: apparently it depends on the buttons of the gray bar beneath it. If I remove one of those items (e.g. contact) the image is positioned right.
I've tried everything I know about, but no succes. Anyone can help me with this? It would be a great help if someone could!
this is the code of the top row of my table:
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr height="142">
<td width="97" background="images/logo_links_hoek.gif" style="background-repeat:repeat-y; background-position:right"></td>
<td width="247" background="images/logo_variabel.gif"><a href="http://nieuw.heidestoempers.be/site"><img src="images/logo_links.gif" border="0"></a></td>
<td background="images/logo_variabel.gif"> </td>
<td width="524" align="right" background="images/logo_variabel.gif"><table border="0" cellpadding="0" cellspacing="0"><img src="images/logo_rechts.gif" border="0"/></table></td>
<td width="95"><img src="images/logo_rechts_hoek.gif"></td>
</tr>
it is possible that some parts of the code don't make sense anymore, but i've really been trying everything...
Last edited: