I made a css menu with css sprites but with sprite we can't add alt="text" to link to access if images isdsabled. any solution for this ?
|
|
|
|
|
|
|
You can create a 1x1 transparent pixel image and put it within the div that has the sprite. For example:
|
||||||
|
|
|
Don't use sprites for content images. They depend on being background-images in the presentation layer (CSS). Put your content in the content layer (the HTML). |
|||
|
|
|
|
Why would you need alt texts in a menu? |
||||||||||||||||
|
