Actions

Template talk

Difference between revisions of "Breadcrumb"

From Sonic Retro

 
Line 1: Line 1:
 
The only problem is that this fails miserably in IE7.  I guess inline-block isn't supported? I don't know what to do. --[[User:PicklePower|PicklePower]] 02:21, 10 August 2010 (UTC)
 
The only problem is that this fails miserably in IE7.  I guess inline-block isn't supported? I don't know what to do. --[[User:PicklePower|PicklePower]] 02:21, 10 August 2010 (UTC)
 
:All right, I think it's better now. --[[User:PicklePower|PicklePower]] 02:40, 10 August 2010 (UTC)
 
:All right, I think it's better now. --[[User:PicklePower|PicklePower]] 02:40, 10 August 2010 (UTC)
 +
 +
Any way we can get this compatible with schema.org? Por ejamplo:
 +
<pre>
 +
<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>
 +
</pre>
 +
 +
I'm thinking with things in separate divs the way they are now it won't pick up correctly. - [[User:Scarred Sun|Scarred Sun]] 22:32, 20 July 2012 (UTC)

Latest revision as of 18:32, 20 July 2012

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)