Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / fast / css / 007.html
blob6400bc50a2a9ceff64b7a9c5993b473b65ac567c
1 <html>
2 <style type="text/css">
3 #header ul {
4 list-style: none;
6 #header li {
7 padding: 0 0 0 9px;
9 #header a {
10 float: left;
11 width: .1em;
13 #header > ul a {
14 width: auto; /* doesn't work */
16 </style>
18 <div id="header">
19 <ul>
20 <li> <a>This is link one</a></li>
21 <li> <a>This is link two and it shouldn't overlap link one</a></li>
22 </ul>
23 </div>
26 </html>