Hi,
For some reason, I am not able to fit picture inside table on my website through Mozilla. It does fit using IE! On purpose I used border "1", so that you can see what I mean: http://www.dhost.info/dekel/index.html
Through Mozilla picture stands on border of both data cells. I tried to make changes in order to get this work also through Mozilla browser, but I can't find what is causing problem. Through Mozilla not only picture doesn't fit table, also doesn't show shadow effect! Using IE you will see that picture has a shadow on the side. Below I will show you also html codes I used for table. I hope someone is able to see what I have to change! I appreciate your help & many thanks.
Michel
----------------------------
html table:
<table border="1"
width="100%"<tr><td width="40%"
align="right"><div align="right">
<div style="width:115px;height:115px;filter:shadow(colo r:gray);"><a href="images/dekel.jpg" target="_blank"><img src="thumbnails/dekela.jpg" width="250" height="175" hspace=10 style="border:1px solid black;"></a>
</div></div><TD WIDTH="60%"><font
face="Comic Sans MS" color="#cc66ff">You can
email me at <a href="mailto:dekel@mail.com"><b>dekel@mail.com</b></a></font></td></tr>
</table
------------------------------
|