[haiku-bugs] [Haiku] #11877: Web+ issues with images defined in a css

  • From: "humdinger" <trac@xxxxxxxxxxxx>
  • Date: Sat, 28 Feb 2015 13:02:21 -0000

#11877: Web+ issues with images defined in a css
--------------------------------------+------------------------------
 Reporter:  humdinger                 |        Owner:  pulkomandy
     Type:  bug                       |       Status:  new
 Priority:  normal                    |    Milestone:  R1
Component:  Applications/WebPositive  |      Version:  R1/Development
 Keywords:                            |   Blocked By:
 Blocking:                            |  Has a Patch:  0
 Platform:  All                       |
--------------------------------------+------------------------------
 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.[[BR]]
 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.

--
Ticket URL: <https://dev.haiku-os.org/ticket/11877>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: