如何将样式应用于'td'标签的'title'属性 [英] how to apply style to 'title' attribute of 'td' tag

查看:185
本文介绍了如何将样式应用于'td'标签的'title'属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有以下代码,并且想要自定义'title'属性的样式。有什么办法做到。
提前感谢。

I have the following code with me, and would like to customize the style of the 'title' attribute. Is there any way to do it. Thanks in advance.

<td title="Sample Title">test</td>


推荐答案


您必须使用一些JavaScript代码( http://sixrevisions.com/tutorials/javascript_tutorial/create_lightweight_javascript_tooltip/)或图书馆( http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/)或使用CSS的一些解决方法( http://sixrevisions.com/css/css-only-tooltips/

Not directly. You have to use some JavaScript code ( http://sixrevisions.com/tutorials/javascript_tutorial/create_lightweight_javascript_tooltip/ ) or library ( http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ ) or a little workaround with CSS ( http://sixrevisions.com/css/css-only-tooltips/ )

这篇关于如何将样式应用于'td'标签的'title'属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆