Actions

Template talk

Breadcrumb

From Sonic Retro

The only problem is that this fails miserably in IE7. I guess inline-block isn't supported? I don't know what to do. --PicklePower 02:21, 10 August 2010 (UTC)

All right, I think it's better now. --PicklePower 02:40, 10 August 2010 (UTC)

Any way we can get this compatible with schema.org? Por ejamplo:

<span id="breadcrumbs" itemprop="breadcrumb">
      <a rel="home" href="http://example.com">
          <span>Noob Archive</span>
      </a> » 
      <span>
          <a href="http://example.com/topic/html/">
              <span>HTML</span>
          </a> » 
          <strong>Best Practices: Markup for Setting up Breadcrumbs on Web Pages</strong>
      </span>
  </span>

I'm thinking with things in separate divs the way they are now it won't pick up correctly. - Scarred Sun 22:32, 20 July 2012 (UTC)