IMG标题编辑使用CSS但通过PHP调用识别

时间:2017-12-09 18:42:17

标签: php css image title

我目前在表格中有一个信息图片。

当我将鼠标悬停在图标上时,它会在工具提示中显示艺术家描述,因为我已将其设置为这样做。

<img src='images/info.png' width="20" height="20" title="<?php echo $artist['description']; ?>">

这是我的CSS

            img[title="<?php echo $artist['description']; ?>"]{
        border-radius:50%;
        background-color: red;}

它不起作用。有什么我能做的吗?

0 个答案:

没有答案