我正在使用Easy Slider上的home page。
我的问题是,如何让每张幻灯片都可以点击?目前只有h3和p可点击。
这是我的代码:
<li id="header1">
<a href="history/">
<h3>Championship History</h3>
<p>Perhaps the most important aspect of Stanford's athletics program is that its success serves to validate the "scholar-athlete" approach to intercollegiate athletics competition. READ MORE »</p>
</a>
</li>
<li id="header2">
<a href="voices-of-champions/">
<h3>Voices of Champions</h3>
<p>A rare and exceptional group of individuals, Stanford scholar-athletes deserve to be heard. READ MORE »</p>
</a>
</li>
...
我已尝试切换<a>
和<li>
,但它会混淆幻灯片,并且不会显示所有幻灯片。
任何帮助都非常相关:)
答案 0 :(得分:0)
执行此操作的黑客方法可能是添加onclick事件。
我之前使用自己的脚本(http://magazine.missouristate.edu,图片的顶部区域)完成了这项工作,但我不记得使用Easy Slider进行此操作。