View Single Post
  #8  
Old 08-08-2005, 07:10 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

That little space is an annoying one built into rectangle_bottom.tpl. I usually just remove this bit of code:

Code:
{if $config.Adaptives.browser eq 'MSIE' || $config.Adaptives.browser eq ''} <TR><TD height="100%">[img]{$ImagesDir}/spacer.gif[/img]</TD></TR> {else} <TR><TD>[img]{$ImagesDir}/spacer.gif[/img]</TD></TR> {/if}

Sounds like a caching issue on your IE browser. Dump the cache and see what happens....
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote