Forums

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

Home Forums CSS Logo – Image, Heading or Div? Re: Logo – Image, Heading or Div?

#63796
AndrewHipp
Participant

Here’s the system I use. This one still gives the browser the text to use.

html:

 

css:

 #logo {
background:url(logo.png) no-repeat top left;
width:200px;
height:200px;

text-indent:-9999px;
}