Jump to content

  • Log in with Facebook Log in with Twitter Log In with Google      Sign In   
  • Create Account

Subscribe to HRA Now!

 



Are you a Google Analytics enthusiast?

Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE! 

 



 

 www.CustomReportSharing.com 

From the folks who brought you High Rankings!


Sponsored Content

 

 
 

Photo
- - - - -

Adding An Alt Tag To Css Stylesheet


  • Please log in to reply
4 replies to this topic

#1 SEMMatt

SEMMatt

    HR 4

  • Active Members
  • PipPipPipPip
  • 132 posts

Posted 15 February 2008 - 10:56 AM

Hello,

Does anyone know how I would add an alt tag to this CSS style which loads up a picture?

CODE
.logo{
     height:144px;
     background: url(http://www.mywebsite.com/images/logo.png) #d21034 no-repeat 0px 0px;
}


Thanks!

Matt

#2 TriExpert

TriExpert

    HR 2

  • Active Members
  • PipPip
  • 24 posts
  • Location:Vermont, USA

Posted 15 February 2008 - 11:39 AM

Don't think it's possible (but my betters will confirm this). Alt attribute pertains to HTML <img> tag, and some other tags, but not relevant to CSS.

#3 piskie

piskie

    HR 7

  • Active Members
  • PipPipPipPipPipPipPip
  • 1,092 posts
  • Location:Cornwall

Posted 15 February 2008 - 12:50 PM

I also think it is not a CSS function.

#4 Ahmed

Ahmed

    HR 3

  • Active Members
  • PipPipPip
  • 96 posts
  • Location:Quebec, Canada

Posted 15 February 2008 - 01:44 PM

Its not a tag its an attribute. Alt attributes are content and not presentation, since CSS controls presentation and not content it's not possible and shouldn't be used to put alt attributes.

#5 qwerty

qwerty

    HR 10

  • Moderator
  • 8,287 posts
  • Location:Somerville, MA

Posted 15 February 2008 - 02:41 PM

The three posters before me are right, and there's at least one other thing to note about your example: .logo is a class, and apparently it's not a class for an image, since it's using an image for its background. Background images don't have alt attributes.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users