background images
eocene <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
Saw another case today where a forum had quoted text obscured by repeated background quotation marks. Playing around a little, the behaviour seems flaky (html and image files attached). _______________________________________________ Dillo-dev mailing list [email protected] http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
norepeat.html
(text/html, 434 B)
<div style="background: transparent none no-repeat; background-image: url('quote.png');">lots of Qs</div>
<p>
<div style="background: transparent url('quote.png') no-repeat;">nothing</div>
<p>
<div style="background: yellow none no-repeat; background-image: url('quote.png');">one Q</div>
<p>
<div style="background: yellow url('quote.png') no-repeat;">one Q</div>
<p>
<div style="background: url('quote.png') no-repeat;">one Q</div>
quote.png
(image/png, 161 B) - not displayed