2
<img src="..." title="Some title here">

Is the a way to do the same for the div:before or div:after via css?

sdvnksv
  • 9,350
  • 18
  • 56
  • 108
  • you can do that by using jquery [reference][1] [1]: http://stackoverflow.com/questions/987967/how-to-change-an-elements-title-attribute-using-jquery – Nikhil K S Mar 24 '14 at 05:03
  • Hi now you can try this crate a div and define background image and do this as like this http://jsfiddle.net/rohitmalikazad/3f5L6/1/ – Rohit Azad Malik Mar 24 '14 at 05:09

1 Answers1

-1

You can try this..

document.getElementById('divId').title = 'title';