Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
379 views
in Technique[技术] by (71.8m points)

html - How to format a title attribute with css (setting more width)?

I have written the following html code:

<img src="myImages/defaultImages/myPic.jpg" title="myFirstValue: 'DescriptionOfMyFirstValue', &#10;mySecondValue: 'DescriptionOfMySecondValue', &#10;myThirdValue: 'DescriptionOfMyThirdValue'" />

That creates a nice tooltip with some linebreaks, but my area, in which the tooltiptext is visible, is too small. How can i create a much bigger area for my tooltip?

Thanks !

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

It is currently not possible to format a tooltip. An alternative solution is to use one of the many open source projects that allow for custom HTML based tooltips and then modify their content.

These are some common solutions.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...