Archive for April 24th, 2009

24 Apr 2009 @ 8:47 PM 

Hello. In this tutorial i will tell you how to create a breadcrumb navigation menu

So lets start with the XHTML

XHTML

<div class="navMenu">
    <a href="#" class="home"> </a>
    <span class="intermediareSpan"> </span>
    <a href="#" class="intermediareLink"> Intermediare Link </a>
    <span class="lastSpan"> </span>
    <a href="#" class="lastLink"> End LINK </a>
    <div class="clear"></div>
</div>

+ Continue Reading This Article

Tags

Tags: , ,

Categories: XHTML/CSS

Posted By: Dinulescu Alexandru Adrian

Last Edit: 07 Jan 2010 @ 11:10 PM

EmailPermalinkComments (0)