Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS a better blogroll tutorial

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24034
    manga101
    Member

    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

    #53505
    chazzwick
    Member
    Code:
    .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

    #53553
    manga101
    Member

    awesome thx chazzwick!

    #53554
    Pok3
    Member

    Awesome effect on the contact form. Very good!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.