[css-d] Safari 2.0.3 background-repeat problem

2006-03-06 Thread rolfsf
I've bumped into a background-image display problem on Safari 2.0.3 -- I've heard of the no-repeat bug showing up in older versions of Safari, but I was under the impression it was fixed... and perhaps it is, but I'm doing something wrong. I'm using a little display box with rounded corners

Re: [css-d] Safari 2.0.3 background-repeat problem

2006-03-06 Thread rolfsf
On Mar 6, 2006, at 1:05 PM, [EMAIL PROTECTED] wrote: I've posted a test file at http://www.monkeypuzzle.net/testfiles/ safari_repeat/ A screenshot of what I'm seeing is here: http://www.monkeypuzzle.net/ testfiles/safari_repeat_screenshot.gif Sorry - One of the links I posted was

Re: [css-d] Safari 2.0.3 background-repeat problem

2006-03-06 Thread Philippe Wittenbergh
On Mar 7, 2006, at 6:05 AM, [EMAIL PROTECTED] wrote: 've bumped into a background-image display problem on Safari 2.0.3 -- I've heard of the no-repeat bug showing up in older versions of Safari, but I was under the impression it was fixed... and perhaps it is, but I'm doing something

Re: [css-d] Safari 2.0.3 background-repeat problem

2006-03-06 Thread rolfsf
On Mar 6, 2006, at 4:00 PM, Philippe Wittenbergh wrote: Yes, that is the same background-repeat bug when the image is larger than the size of the box. The bug has been fixed in nightly Webkit builds, (future versions of Safari). BTW - Konqueror 3.5 appears to suffer from the same bug.

Re: [css-d] Safari 2.0.3 background-repeat problem

2006-03-06 Thread Philippe Wittenbergh
On Mar 7, 2006, at 9:09 AM, [EMAIL PROTECTED] wrote: Yes, that is the same background-repeat bug when the image is larger than the size of the box. The bug has been fixed in nightly Webkit builds, (future versions of Safari). BTW - Konqueror 3.5 appears to suffer from the same bug.

Re: [css-d] Safari 2.0.3 background-repeat problem

2006-03-06 Thread rolfsf
On Mar 6, 2006, at 4:54 PM, Philippe Wittenbergh wrote: As your box has a fixed width, you should be able to do it with just on image, applied boxhead h2. It's only fixed width in this test file - I've pulled this out of a much more complicated page to try and isolate the problem. Else,