[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    Bug#26415: stylesheet background rendering incorrect
From:       Andreas Schlapbach <schlpbch () iam ! unibe ! ch>
Date:       2001-05-30 22:21:07
[Download RAW message or body]

On Wed, 30 May 2001 nate@ucomm.wayne.edu wrote:

> Package: khtml
> Version: KDE 2.2.0 CVS/CVSup/Snapshot
> Severity: normal
> Installed from:    Compiled sources
> Compiler:          GCC 2.96
> OS:                Linux
> OS/Compiler notes: Not Specified
> 
> If you take a look at the left frame on http://network.ucomm.wayne.edu, you can see \
> that it is rendering the background image incorrectly. The green block on the right \
> side should not be displayed. I previously reported this bug and it was fixed, but \
> it looks like the problem has reappeared.

I'll take a look at that one as soon as possible. The shorthand-property
background is a pain to parse, I've spent hours to get it right.
Looks like I have to spend some more..

Until then, instead of

background: white
url("http://network.ucomm.wayne.edu/images/left_side_bg.jpg") left
repeat-y;

try

background-color: white;
background-image: url("http://network.ucomm.wayne.edu/images/left_side_bg.jpg");
background-position: left;
background-repeat: repeat-y;

Does this help?


Andreas

--
  Andreas Schlapbach      schlpbch@iam.unibe.ch
  http://www.iam.unibe.ch/~schlpbch
                 "/home sweet /home."


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic