RE: Breadcrumbs

> -----Original Message-----
> From: Isofarro
[large snip]
> I prefer the following structure:
> <ul class="breadcrumb">

I'd say that it should be an ORDERED list, in this case, as
the order itself is important (here, it conveys the hierarchy
in a way, but that's obviously highly debatable)

Completely off topic: if it's something unique on your page,
that will only ever appear once, I'd say it's better to use
id rather than class (again, debatable)

<ol id="breadcrumb">

Patrick
________________________________
Patrick H. Lauke
Webmaster / University of Salford
http://www.salford.ac.uk

Received on Friday, 30 July 2004 09:24:54 UTC