donglengyuan6826 2013-01-16 10:13
浏览 162

使工具提示以字体粗体显示

I am having following code.I want to display tooltip in BOLD.

$ToolTip = "test";
   <td class="<?php echo BP_TBL_NUMBER_DATA_CLASS; ?>" Title="<?php echo $ToolTip;?>" ><?php echo $TotalStudentsCount; ?></td>
  • 写回答

2条回答 默认 最新

  • dousi2013 2013-01-16 10:22
    关注

    The other methods describes the way to make the text in the td cell bold, but what he wants is to make the tooltip bold.

    Note that the tooltip is a browser depend feature, so i don't think you can't control the font-weight really. You might want to make build your own custom tooltips with some javacript. so you get full control of the markup.

    You might want to try te following though in your external stylesheet

    td[title] { font-weight:bold; }
    
    评论

报告相同问题?

悬赏问题

  • ¥15 关于无人驾驶的航向角
  • ¥15 keil的map文件中Image component sizes各项意思
  • ¥30 BC260Y用MQTT向阿里云发布主题消息一直错误
  • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
  • ¥15 划分vlan后,链路不通了?
  • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 Centos / PETGEM
  • ¥15 划分vlan后不通了
  • ¥20 用雷电模拟器安装百达屋apk一直闪退