我正在使用由 Matt Hinchliffe ( http://i-like-robots.github.com/jQuery-Slideshow/ ) 创建的查询幻灯片我真的很喜欢这个幻灯片的简单性和速度。要回答我的问题,请访问我的网站 ( http://www.vanessenstudio.com )
我想要这个部分:
<section id="introduction">
<div id="example">
<div class="slideshow" data-transition="scroll" data-loop="true" data-skip="true" data-pagination="false">
<ul class="carousel">
<li class="slide"><img alt="" src="images/facephoto.jpg" width="960" height="400" /></li>
<li class="slide"><img alt="" src="images/facephoto1.jpg" width="960" height="400" /></li>
<li class="slide"><img alt="" src="images/facephoto2.jpg" width="960" height="400" /></li>
</ul>
</div>
</div>
</section>
有一张幻灯片,其文本的固定宽度和高度为 960 x 400。我知道我可以在 Illustrator 中创建一个文件并将其另存为图像,但我想知道这是否可能。我在 li class by 之后替换了 ing alt= 并且确实出现了足够的文本。不幸的是,它没有出现在固定的宽度和高度中。
任何帮助,将不胜感激。