Saturday September 28, 2002
Eclipse Tabs? OK Russ - I give up. How did you create tabbed bookmarks (Mozilla style eh?) in Eclipse? Is it a Windows only thing? I can't seem to figure it out on my Mac. Posted in General at Sep 28 2002, 03:38:44 PM MDT Add a Comment
Posted in Mac OS X at Sep 28 2002, 01:53:05 PM MDT Add a Comment
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
Search This Site
Recent Entries
- Jack's Mohawk
- LinkedIn Cuts 10% (a.k.a. The Journey is Over)
- Happy Birthday Abbie!
- Moving from Spring's XML to Annotations in AppFuse
- Free Maven Training in New Orleans on Election Day
- AppFuse Light ยป AppFuse, Maven Archetypes and Shared Web Assets
- Great Weekend in Montana
- Colorado Software Summit 2008 Wrapup
- RESTful Web Applications with Subbu Allamaraju
- Core Animation with Bill Dudney

