gpt4 book ai didi

jquery - 在 NivoSlider 幻灯片上添加一些带有文本的 div

转载 作者:行者123 更新时间:2023-11-28 10:56:00 25 4
gpt4 key购买 nike

我需要在 Nivoslider 的每张幻灯片上添加一些文本 DIV。我尝试了不同的方法,但没有按预期工作......

标题对我没有帮助,因为我不想在图片底部看到标题.. 文本应该在每张幻灯片上的确切位置。

到目前为止我被困在这里:

<div id="homeSlider1Container">                                                             
<div class="nivoSlider" id="slider">
<img src="/upload/custom_screens/rb/RB-Slide1.gif">
<div class="s1Text1">Our rental experts help you - from the start of your search until you move in.</div>

<img src="/upload/custom_screens/rb/RB-Slide2.gif">
<div class="s2Text1">We have the largest, most up-to-date apartment rental listings.</div>

<img src="/upload/custom_screens/rb/RB-Slide3.gif">


</div> <!--end slider-->

</div><!-- end homeSlider1Container -->

脚本是:

$(window).load(function() {
$('#slider').nivoSlider({
effect: 'fade', // Specify sets like: 'fold,fade,sliceDown'
//slices: 15, // For slice animations
boxCols: 8, // For box animations
boxRows: 4, // For box animations
animSpeed: 500, // Slide transition speed
pauseTime: 3000, // How long each slide will show
startSlide: 0, // Set starting Slide (0 index)
directionNav: true, // Next & Prev navigation
directionNavHide: false, // Only show on hover
controlNav: false, // 1,2,3... navigation
controlNavThumbs: false, // Use thumbnails for Control Nav
controlNavThumbsFromRel: false, // Use image rel for thumbs
controlNavThumbsSearch: '.jpg', // Replace this with...
controlNavThumbsReplace: '_thumb.jpg', // ...this in thumb Image src
keyboardNav: true, // Use left & right arrows
pauseOnHover: true, // Stop animation while hovering
manualAdvance: false, // Force manual transitions
captionOpacity: 0.8, // Universal caption opacity
prevText: 'Prev', // Prev directionNav text
nextText: 'Next', // Next directionNav text
randomStart: false, // Start on a random slide
beforeChange: function(){}, // Triggers before a slide transition
afterChange: function(){}, // Triggers after a slide transition
slideshowEnd: function(){}, // Triggers after all slides have been shown
lastSlide: function(){}, // Triggers when last slide is shown
afterLoad: function(){} // Triggers when slider has loaded
});
});

谢谢

最佳答案

您应该使用 NivoSlider 附带的字幕功能,它非常动态。在 css 中更改定位、宽度、高度和任何其他属性。

请参阅 .nivo-caption CSS 类,它可以设置样式以显示在您想要的任何位置/任何位置。

即:

    background: #000;
color: #FFFFFF;
height: 65px;
padding: 8px;
position: absolute;
right: 38px;
top: 40px;
width: 320px;
z-index: 8;

请注意,right、top、left、bottom 的绝对定位都是相对于您的幻灯片尺寸而言的。

关于jquery - 在 NivoSlider 幻灯片上添加一些带有文本的 div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9823861/

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