In our reports we get alt tag errors for our banner images. We are unable to add alt tags to the banner images as they live inside CSS. We can add a title tag on the div title for the banner. Does that help with SEO and accessibility?
-
We are unable to add alt tags to the banner images as they live inside CSS. We can add a title tag on the div title for the banner. Does that help with SEO and accessibility?
-
DIV are divides and are used to split areas of a page up.
They act as containers for text, images other divs etc...I'd replace the divs with spans where they lie within paragraphs of text etc...as for you alt question...
check out:
http://www.meyerweb.com/eric/css/edge/popups/demo.htmlSo the answer to your question is yes, you can generate alt text using javascript using the html tag of the div
-
Instead of using javascript, will adding a title tag within a div help with SEO and accessibility?