I am not sure if I understood your problem, but in every case you should use width and height for you images.
If you problem is about the IE imagetoolbar and you are hosting on Apache, and you have rights to edit an .htaccess file, add the following lines there:
Quote:
<FilesMatch "\.(html|htm|php)$">
Header set Imagetoolbar "no"
</FilesMatch>
|