Issue Details (XML | Word | Printable)

Key: BUILDER-97
Type: Bug Bug
Status: Closed Closed
Resolution: Duplicate
Priority: Major Major
Assignee: Dan Hardiker
Reporter: Anonymous
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence Extension: Builder

png bug with non-base URLs

Created: 20/Mar/06 04:30 PM   Updated: 23/Mar/06 04:05 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.5.3

Time Tracking:
Not Specified

Environment: Theme Builder (not sure how to tell the version number???) with confluence 2.1.5.


 Description  « Hide
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 -->



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dan Hardiker added a comment - 23/Mar/06 04:05 PM
Duplicate of BUILDER-98