| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| <html> |
| <head> |
| <title>CSS 2.1 Test Suite: list-style</title> |
| <style type="text/css"> |
| ul { list-style: url(support/swatch-white.png) disc outside; margin: 0; padding: 3em; color: red; line-height: 0; } |
| li { margin: 0; padding: 0; background: url(support/swatch-red.png) no-repeat 15px 0px; } |
| img { margin: 0 0 0 15px; } |
| span { color: black; } |
| </style> |
| <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#q10" title="12.5 Lists"> |
| </head> |
| <body> |
| <ul class="two"> |
| <li><img alt="" src="support/swatch-green.png"> <span>⇦ There should be a green square to the left, and no red.</span></li> |
| </ul> |
| </body> |
| </html> |