~john _________________________ Dr. Zeus Web Development http://www.DrZeus.net "content without clutter"
on 3/17/2005 10:31 AM Bert Doorn said the following:
G'day
that in Firefox and IE (on XP) the image doesn't show up in exactly the same place, so the blending background is off-set. Right now, it looks good in Firefox, but not IE. Is there something I can do to guarantee that image's position on the site, regardless of the browser? The guitar is the image in question, saved as a PNG-8 Transparency.
http://www.drzeus.net/clients/stevierays/
Remove the spaces in the html for the header. MSIE is making it taller, most likely because of those spaces. Make it:
<td ...><div...><img ... /></div></td>
Apart from that, while it does not answer your question, I can't see why you would use a table for such a simple layout, and the inline styles should really go into the external style sheet.
Regards
****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************