Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Pixel_trans separator in IE6


rhubarb

Recommended Posts

Posted

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.

Posted

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');

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...