Forums

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

Home Forums CSS HTML5BP .ir with a link

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42460
    Blackhawkso
    Member

    I’m using HTML5BP on a project and I have a h1 with the .ir applied to it for the site logo.

    Welcome To Foo Bar

    What I would like to do is add a link to the logo but it don’t seam to be working.

    If i do it this way the link doesn’t work.

    Welcome To Foo Bar

    but if I do it this way the image doesn’t show up.

    Welcome To Foo Bar

    This is the css of the HTML5BP .ir class

    .ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    }

    Does anyone have an idea which one should be working and what might be wrong please help cheers.

    #123276
    Blackhawkso
    Member

    Right got it cheers @ChrisP

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