gpt4 book ai didi

html - CSS 和定位 : img "title=this thing here" attribute

转载 作者:太空宇宙 更新时间:2023-11-04 14:49:04 25 4
gpt4 key购买 nike

能否使用 CSS 将此 img 标签中的 title 属性更改为比 P10305 更令人愉悦的内容...?我需要定位的所有图片都在表格中(如下图)

我想将网站中的所有图片标题属性更改为公司名称。是否可以?

<td><img border="0" title="THIS THING HERE" src="http://the website I'm working on.jpg" /></td>

非常感谢迈克

最佳答案

这对于 CSS 是不可能的,因为 CSS 只影响样式。您要求的是内容更改。

但是,您想要的更改可以使用 Javascript。如果您恰好在使用 Prototype,这很简单:

$$('td img').each( function( image ) { image.title = "Company Name" } )

jQuery 也应该使这同样容易。

希望对您有所帮助!

关于html - CSS 和定位 : img "title=this thing here" attribute,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1690584/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com