With CSS you can get this done. Style the "normal" breadcrumb with list-type of image (I think?) and override for the first element with nth-child - http://css-tricks.com/useful-nth-child-recipies/
On Wednesday, January 8, 2014, Errol Siegel wrote: > I need to implement a design handed to me in radiant. > > The first issue I am hitting is the way they are displaying breadcrumbs. > It looks like this: > > <ul> > <li><img src="/system/assets/93/original/home.png" alt="home" width="11" > height="10" /></li> > <li><a href="index.html">Home</a></li> > <li><img src="/system/assets/67/original/breadcrumb-arrow.png" > alt="breadcrumb-arrow" width="4" height="8" /> > <li><a href="careers" class="sel">Careers</a></li> > </ul> > > They are displaying an image as a list item between each breadcrumb, where > the first image is different than subsequent images. > > Any suggestions on how to implement this? > > -- > > --- > You received this message because you are subscribed to the Google Groups > "Radiant CMS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:_e({}, > 'cvml', 'radiantcms%[email protected]');>. > For more options, visit https://groups.google.com/groups/opt_out. > -- --- You received this message because you are subscribed to the Google Groups "Radiant CMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
