当我们问一个问题时,SO显示了相关的问题。如果我们将鼠标悬停在问题上,内容将显示为工具提示,其中包含换行符、缩进等。使用什么技巧?如何显示带有格式的工具提示?
除了jquery/javascript之外,还有什么简单的方法可以实现吗?
我只是在想,我是不是应该在Meta上问这个?
发布于 2010-07-24 00:12:15
它只是一个超链接的title属性,简单明了。
<a href="..." title="The value is approximately
3.14159265
but for simplicity you can always round it
to exactly 3.0">What is the value of Pi?</a>在IE、Chrome和Safari中,它对换行符的要求比Firefox或Opera要严格一些。
发布于 2010-07-24 00:13:40
我实际上是从stackoverflow中获取这个html的。这里没有魔术:
Here's a dumb question which I can't find an answer to:
I have a table which contains 20 fields, a few of which are date/time. I am interested in pulling all the fields. I would like to … ">Selecting fields in SQL Select statements (Dumbest SQL Question)</a>如你所见,标题可以有换行符!
https://stackoverflow.com/questions/3320081
复制相似问题