Hello there
I have a code which is not working and I wonder whats the problem, need little bit of help
here is the code
I have a code which is not working and I wonder whats the problem, need little bit of help
here is the code
Code:
<style type="text/css">
/* <![CDATA[ */
#lordSlideContainer {position: relative;display: block;}
#lordNivoSlider {position:relative;width:1160px !important;height:217px !important;min-height:217px !important;background: url("http://4.bp.blogspot.com/-TBMTXcO0VxM/T7dSfCUe9dI/AAAAAAAABgY/dmbkzgOPQI0/s1600/w2bLoader.gif") no-repeat 50% 50%; margin: 20px auto 35px;-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.4);-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.4);box-shadow: 0px 1px 5px rgba(0,0,0,0.4);}
#lordNivoSlider img {position:absolute;top:0;left:0;display:none}
.nivoSlider {position:relative;width:100%;height:auto;}
.nivoSlider img {position:absolute;top:0;left:0}
.nivo-main-image {display:block!important;position:relative!important;width:100%!important}
.nivoSlider a.nivo-imageLink {position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none}
.nivo-slice {display:block;position:absolute;z-index:5;height:100%;top:0}
.nivo-box {display:block;position:absolute;z-index:5;overflow:hidden}
.nivo-box img {display:block}
.nivo-caption {padding:10px;font-family:Helvetica,Arial,sans-serif;position:absolute;left:10px;bottom:0px;right:10px;background:#000;color:#fff;-ms-filter:"alpha(opacity=50)";filter:alpha(opacity=50);opacity:.5;width:auto;z-index:8;-webkit-border-radius:6px;-moz-border-radius:0px;border-radius:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.nivo-caption p {padding:5px;margin:0}
.nivo-caption a {display:inline!important}
.nivo-html-caption {display:none}
.nivo-directionNav a {position:absolute;top:45%;z-index:9;cursor:pointer;display:inline-block;width:30px;height:30px;background:url("http://3.bp.blogspot.com/-bJzN66mSNNc/T7dSdjkzf3I/AAAAAAAABgI/PlGK0Q8OYeU/s1600/w2bArrows.png") no-repeat;text-indent:-9999px;border:0}
.nivo-prevNav {left:10px}
.nivo-nextNav {background-position:-30px 0!important;right:10px}
.nivo-controlNav {position:absolute;left:0;right:0;bottom:-35px;text-align:center}
.nivo-controlNav a {position:relative;z-index:9;cursor:pointer;display:none;width:22px;height:22px;background:url("http://4.bp.blogspot.com/-DEGRTSA4m6A/T7dSenBUBpI/AAAAAAAABgM/EB-Q2htVToI/s1600/w2bBullets.png") no-repeat;text-indent:-9999px;border:0;margin-right:3px}
.nivo-controlNav a.active {font-weight:bold;background-position:0 -22px}
/* ]]> */
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="http://bloggerblogwidgets.googlecode.com/svn/trunk/jquery.nivo.slider.pack.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
jQuery(document).ready(function($) {
$('#lordNivoSlider').nivoSlider({
effect : 'random',
slices : 15,
boxCols : 8,
boxRows : 4,
animSpeed : 400,
pauseTime : 6000,
startSlide : 0,
directionNav : true,
directionNavHide : true,
controlNav : true,
keyboardNav : false,
pauseOnHover : true,
captionOpacity : 0.5
});
});
/* ]]> */
</script>
<div id="lordSlideContainer">
<div id="lordNivoSlider">
<a href="http://<removed>/" target="_blank"><img src="<removed>" title="EveBlog for you. Everything that you need" alt=""/></a>
<a href="<removed>" target="_blank"><img src="<removed>" title="Your source to Unlimited Movies, Software, Tips and Entertainment" alt=""/></a>
<a href="<removed>" target="_blank"><img src="<removed>" title="Find ways to earn money online at your Home" alt=""/></a>
<a href="<removed>" target="_blank"><img src="<removed>" title="Earn money by Shortening your URLs and Posting Links" alt=""/></a>
<a href="<removed>" target="_blank"><img src="<removed>" title="Earn money online by viewing Ads, Completing surveys & many more" alt=""/></a>
<a href="<removed>" target="_blank"><img src="<removed>" title="Secure your payments online using PAYZA" alt=""/></a>
</div>
</div>
Comment