CSS CSS工具提示

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS CSS工具提示相关的知识,希望对你有一定的参考价值。

The HTML:

1	This is the <a class="tooltip" href="#">Tooltip Link<span>This will be the text that shows up in the tooltip</span></a> You can place any text you want here.


The CSS:

1	a.tooltip {position: relative}
2	a.tooltip span {display:none; padding:5px; width:200px;}
3	a:hover {background:#fff;} /*background-color is a must for IE6*/
4	a.tooltip:hover span{display:inline;  position:absolute;}

以上是关于CSS CSS工具提示的主要内容,如果未能解决你的问题,请参考以下文章

CSS 工具提示CSS

CSS CSS工具提示

CSS css工具提示

如何将自定义 css 工具提示添加到 extjs 列标题?

CSS 提示工具(Tooltip)

CSS 提示工具(Tooltip)