rhubarb Posted July 16, 2004 Posted July 16, 2004 In Internet Explorer IE6 the pixel_trans.gif has started showing, it has a border. I notice in Mozilla it's ok, it's invisible.
rhubarb Posted July 16, 2004 Author Posted July 16, 2004 Seems to occur if the image height is set to anything over 9 Following line causes a border around pixel_trans.gif in my IE6: tep_draw_separator('pixel_trans.gif', '100%', '10'); Next line is ok: tep_draw_separator('pixel_trans.gif', '100%', '9');
mikek Posted July 16, 2004 Posted July 16, 2004 why not take it out completely and just set the cell height to 10px? or add img { border:0px; } to your css. Eagles may soar, but weasles don't get sucked into jet-engines
Recommended Posts
Archived
This topic is now archived and is closed to further replies.