| Line | |
|---|
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
|---|
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|---|
| 4 | <head> |
|---|
| 5 | <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
|---|
| 6 | <title>Simple scalable CSS based breadcrumbs | Veerle's blog</title> |
|---|
| 7 | <link rel="stylesheet" href="css/styles.css" type="text/css" media="all" /> |
|---|
| 8 | </head> |
|---|
| 9 | <body> |
|---|
| 10 | <ul id="crumbs"> |
|---|
| 11 | <li><a href="#">Home</a></li> |
|---|
| 12 | <li><a href="#">Main section</a></li> |
|---|
| 13 | <li><a href="#">Sub section</a></li> |
|---|
| 14 | <li style="width: 35px; max-height: 30px; overflow-x: hidden; overflow-y: hidden; "><a href="#">Sub sub section</a></li> |
|---|
| 15 | <li>The page you are on right now</li> |
|---|
| 16 | </ul> |
|---|
| 17 | <p><a href="styles.css">→ download stylesheet</a></p> |
|---|
| 18 | </body> |
|---|
| 19 | </html> |
|---|