Closed
Bug 168938
Opened 23 years ago
Closed 23 years ago
doesn't load background image
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mage_magus, Assigned: pavlov)
Details
I made a intranet site, with a background image (background.gif).
on the main or first page, you see the background. That's good ofcourse
but if I click on a link and go to the next page. That stands one directory
deeper. I don't see the background anymore??
How is this possible
for example
the first page
<body background="page\style\images\background.gif"> <-----Works
the second page in a deeper directory
<body background="style\images\background.gif"> <------ doesn't work
And the path's are correct.
How is this possible
Comment 1•23 years ago
|
||
Firstly, those paths should be using forward slashes (/) rather than
backslashes (\).
Could you attach some example files to this bug, please, with steps to
reproduce the problem?
imagelib
Assignee: neeti → pavlov
Component: PICS → ImageLib
QA Contact: neeti → tpreston
Comment 3•23 years ago
|
||
Will close this as INVALID in a few days unless a testcase is provided.
Comment 4•23 years ago
|
||
No testcase provided. -> INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•