Hi,
I have a small fillter here, I wonder how Can I emphasize them once clicked?
And the scheme is each span only emphasize one link at a time, there should be one linked emphasized in each span.
The emphasizing color is black and bold.
Does somebody know the trick ?
Html here
CSS hereHTML Code:<div> <span class="span_margin"><a href="#">All</a> | <a href="#">New</a> | <a href="#">Used</a></span> <span class="span_margin"><a href="#">All</a> | <a href="#">Buy now</a></span> <span class="span_margin"><a href="#">All</a> | <a href="#">Hot auction</a></span> </div>
Code:.span_margin { margin-left: 40px; }



Reply With Quote
Bookmarks