20020928 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:

Post a Comment:
  • HTML Syntax: Allowed
Click me to subscribe
Matt Raible is a Web Architect who enjoys developing applications with open source technologies. Contact me for rates.
« January 2009
SunMonTueWedThuFriSat
    
1
2
3
5
6
7
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
       
Today

Recent Entries

Tag Cloud