treehouse : what would you like to learn today?
Web Design Web Development iOS Development

a better blogroll tutorial

  • hi,

    on the blogroll ( coda slider demo )


    question #1
    any way i can turn those images into text link because i just want to change them on the fly without creating alot of images

    question #2:

    I have created 2 slider on the same page, however the first slider needs to be a bit shorter in height.. is there any tricks ? or do i just have to have 2 different .js and .css for each on different folder..

    thx in advance
  • .stripNav li a {
    display:block;
    height:18px;
    text-indent:-9999px;
    }
    .stripNav li.tab1 a {
    background:transparent url(images/tab-psdtuts.jpg) no-repeat scroll center top;
    width:63px;
    }


    Find this code, get rid of text-indent:-9999px; background; and width
  • awesome thx chazzwick!
  • Awesome effect on the contact form. Very good!