Forums

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

Home Forums CSS Title.

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #32014
    Attila Hajzer
    Participant

    is the title of the site a Click-able div? or an image?

    #55567
    Arvid
    Member

    I think it’s a header tag if I understand your question correctly. Inside the header is a couple of divs.

    #55568
    jamygolden
    Member

    It’s an anchor link with a background image. Check it out with firebug.

    #55524
    jacorre
    Participant

    It’s a background image defined within an anchor tag defined within an h1 tag.

    The CSS:

    header h1 a {
    background: url("images/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 59px;
    text-indent: -9999px;

    The HTML:

    CSS-Tricks*

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