Results 1 to 1 of 1

Thread: empahsize current link

  1. #1
    Join Date
    Oct 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default empahsize current link

    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
    HTML 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>
    CSS here
    Code:
    .span_margin {
    	margin-left: 40px;
    }
    Last edited by runrunforest; 10-08-2008 at 02:03 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •