anoop
11-24-2006, 07:41 AM
If I am using this coding than I am getting image in my page.
a.red {
background-image:url(images/red_arrow.gif);
}
If I use this coding than result is same, but I want alt tag in that Image.
a.red {
background-image:url(images/red_arrow.gif);
background-image[alt]:Vote Down ;
}
How can I use alt tag in image calling by Css file.
plz help me
a.red {
background-image:url(images/red_arrow.gif);
}
If I use this coding than result is same, but I want alt tag in that Image.
a.red {
background-image:url(images/red_arrow.gif);
background-image[alt]:Vote Down ;
}
How can I use alt tag in image calling by Css file.
plz help me