1

我购买了用于图像演示的代码,我想知道是否以及如何在图像上放置链接......例如:

http://orhsfoundation.com/Trial

从这里买的:

http://codecanyon.net/item/jquery-banner-rotator-content-slider-carousel/full_screen_preview/1534434(它是带有播放列表的横幅)

也不太重要的是,我在图像上有这个烦人的移动光标。css 中没有任何东西告诉它这样做。

4

2 回答 2

2

您在包含图像的 div 中的 css 中有这个。如果您从此元素中删除下面显示的 css,它将更正光标。

它没有 id,但它有这些类 ( allinone_bannerWithPlaylist easy ui-draggable)

cursor: url(http://orhsfoundation.com/skins/hand.cur), url(http://orhsfoundation.com/skins/hand.cur), move;

您也可以通过放置cursor:default图像来覆盖它。

还要在图像上放置链接,您需要使用a标签

<a href="LINKTOPAGE.html2"><img src="LINKTOIMAGE" /></a>
于 2012-07-18T07:27:46.293 回答
0

只需将“数据链接”添加到<li>图像周围:

<li data-transition="fade" data-target="_self" data-link="http://www.com"><img width="580" height="358" border="0" alt="" src="image.jpg" /></li>

于 2013-04-30T14:59:35.497 回答