Saturday September 28, 2002
Tame your lists. In Issue No. 151 of A List Apart: CSS Design: Taming Lists. This article will show you how to do cool lists like the one below with CSS.
- Item 1
- Item 2
- Item 3
For you impatient readers, here's the code used to render the list above:
ul.glassList {
list-style: url(../images/aquadot.jpg) disc outside;
line-height: 1.5;
vertical-align: top;
}
...
<ul class="glassList">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
Have a great Saturday!
Posted in The Web
at Sep 28 2002, 03:10:06 AM MDT
Add a Comment
Comments:
Search This Site
Recent Entries
- Wine Tasting in Napa Valley
- How to build a Shot-Ski
- Bus Project Update
- Farewell to the 2011-2012 Ski Season
- Cruising around the Western Caribbean
- Spring Break!
- A Spectacular Trip to Stockholm and Madrid
- Comparing Web Frameworks and HTML5 with Play Scala at Jfokus 2012
- Play Framework 2.0 with Peter Hilton at Jfokus
- Secure JSON Services with Play Scala and SecureSocial