| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <title>CSS Lists: test list with firstchild changing display</title> | |
| <style> | |
| li { border: 3px solid black; margin: 3px; } | |
| img { display: block; } | |
| </style> | |
| <ul> | |
| <li> | |
| <a href="#"><img src="./resources/white.gif" width=32 height=32 /></a> | |
| Some other text | |
| </li> | |
| </ul> |