Opened 10 years ago
Closed 9 years ago
#11877 closed bug (fixed)
Web+ issues with images defined in a css
Reported by: | humdinger | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev48830.
Web+ won't display an image defined in a css file, if the css file isn't in the same folder as the html file referencing it. This is seen when opening the Haiku Welcome page haiku/docs/welcome/welcome_en.html. The css is in the same folder, no problem.
Viewing haiku/docs/welcome/en/bugreports.html which is one level below the css file, the logo at the top is missing. This is a snippet of the css file, if that should matter:
#banner div { background: transparent url(images/logo.png) no-repeat scroll 10px 0; min-width: 59em; max-width: 70em; height: 100%; margin: 0 auto; }
QupZilla has no issues displaying the logo.
Change History (4)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Works for the online version, doesn't when you have the Welcome page locally installed.
Note:
See TracTickets
for help on using tickets.
Is this online over http, or only when opening local files? (or both?)