There appears to be some code added for pages to handle transparent pngs under IE. The code that gets generated is shown below. The problem is when confluence is used with a "non-base URL", the location for "blank.src" is not correct.
Thanks, Steve
___
<-- BEGIN SNIP -->
<!--[if gte IE 5.5000]>
<script language="JavaScript">
function PieNG() {
var blank = new Image;
blank.src = '/images/border/spacer.gif';
<-- END SNIP -->
BUILDER-98