Previous Message
Next Message

[css-d] Proper structural way to add a H1 lead-in/breadcrumb?

Sent by aardvark on 5 August 2002 23:11


> From: Mark Newhouse [EMAIL-REMOVED]>
> > 
> > a bullet list shows thingies on one level, until you start
> > nesting... so unless you had a new, nested bullet list for every
> > item in the breadcrumb, i wouldn't use it...
> 
> It sure does, and with all the list related questions that appear on
> this, er, list, I am currently working on a new article, part of which
> I'll preview here. You can see the markup Adrian describes above when
> styled in a couple different ways here:
> 
> http://realworldstyle.com/breadcrumb_lists.html
> 
> CSS is in the file. I used UL, but you could easily use OL as well.

ok, that's pretty sweet... and sounds structurally correct...

i have one minor nitpicky point though...

why are they stuffed into a <div>?  a <ul> or <ol> is block level, 
and can contain the id you use... none of your selectors rely on the 
<div> being there, so why not dump the <div> altogether?

makes for more pure HTML, and you're not inserting tags just to hold 
style...

as i said on evolt.org's list, <div> is a gateway tag... ok, rudy 
thinks it's witty...

btw, you gonna set this up as a tutorial anywhere?  i have an ASP 
tutorial for making breadcrumbs 
(http://roselli.org/adrian/articles/breadcrumbs.asp) over at 
evolt.org (the site is down for a couple days for a server move, 
otherwise i'd offer that link instead of the one to my site), and 
this would make a great follow-up to that...

i do plan on filching this...

-- 
Read the evolt.org case study
Usability: The Site Speaks for Itself
http://amazon.com/exec/obidos/ASIN/1904151035/evoltorg02-20
ISBN: 1904151035
Previous Message
Next Message

Message thread:

Possibly related: