This is a basic question. I have a div with some text in it. When that text is long, it’s getting truncated as I have set overflow hidden. I want to show that complete text when you hover over that div. I know for an image I can set alt tag, but how do I do it for div
Share
You could set the overflow to visible on hover so the text would then be visible.
CSS: