I have a site that uses this css
If the CSS sheet does't load then there is some text saying what "logo 2" says.
It has passed the online accessability tests, but is it right, as there is no alt tage for the image, as its handled by CSS.
Is there a way of putting a alt tag in the CSS or does it not matter?
Code:
background: #B1A778 url("logo2.gif") no-repeat;
width: 800px;
height: 110px;
padding: 0;
float: left;
text-indent: -9999px;
border-bottom: 10px solid #9FBCD1;
If the CSS sheet does't load then there is some text saying what "logo 2" says.
It has passed the online accessability tests, but is it right, as there is no alt tage for the image, as its handled by CSS.
Is there a way of putting a alt tag in the CSS or does it not matter?