Forums

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

Home Forums CSS Title. Re: Title.

#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*