Thread: alt tags in css
View Single Post
  #2 (permalink)  
Old Feb 24th, 2008, 12:35
Ed Ed is offline
Highly Reputable Member
Join Date: Jul 2007
Location: Cork, Ireland
Posts: 688
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: alt tags in css

Quote:
Originally Posted by multichild View Post
I have a page full if images that are pulled into my site through the url tag in the css doc.

Is there anyway I can add an alt tage to these images.

Thanks

lee
Generally, the CSS Background Element is supposed to be used for background images, like decorative swirls or smooth gradients.

They are not supposed to be used for logos, images with text, or anything of that sort.

And to answer your question, no there is not. You can only use the 'alt' attribute on '<img' tags, and nothing else.

Hope this helps,
Ed

Reply With Quote