Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为缩略图导航器中的每个图像添加标题,并让标题与缩略图一起滚动。可能吗?
<div> <img u="thumb" src="img/slider/02.jpg" /> <!. caption.! > </div>
是肯定的。缩略图可以是 html 格式,你可以在缩略图中放任何东西。
<div u="thumb"> <img src="img/slider/02.jpg" /> <!. caption.! > </div>