17.11.2012, 12:07
wersja skryptu MyBB:Najnowsza
adres forum:http://djcombox.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa i wersja wtyczki):
[TUTAJ OPIS PROBLEMU + SCREENY - wykasuj tę linijkę!!!]
Witam, zrobiłem to według instrukcji na YT, i nie wiem gdzie to mam dać!
Tu podaje skonfigurowane pliki, niech ktoś sprawdzi czy wszystko jest ok.
adres forum:http://djcombox.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa i wersja wtyczki):
[TUTAJ OPIS PROBLEMU + SCREENY - wykasuj tę linijkę!!!]
Witam, zrobiłem to według instrukcji na YT, i nie wiem gdzie to mam dać!
Kod:
<!DOCTYPE html>
<html>
<head>
<title>Nivo Slider Example</title>
<link rel="stylesheet" href="nivo-slider.css" type="text/css" media="screen" />
<link rel="stylesheet" href="themes/default/default.css" type="text/css" media="screen" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="jquery.nivo.slider.pack.js" type="text/javascript"></script>
</head>
<body>
<div class="slider-wrapper">
<div id="slider" class="nivoSlider theme-default">
<a href="http://youtube.com/deejaycombox"><img src="images/obrazy/slide1.jpg" alt="" title="..." />
<a href="http://youtube.com/deejaycombox"><img src="images/obrazy/slide2.jpg" alt="" title="..." /></a>
<a href="http://youtube.com/deejaycombox"><img src="images/obrazy/slide3.jpg" alt="" title="Zapraszam na moje konto na YouTube" />
<a href="http://youtube.com/deejaycombox"><img src="images/obrazy/slide4.jpg" alt="" title="..." />
</div>
</div>
<div id="htmlcaption" class="nivo-html-caption">
<strong>This</strong> is an example of a <em>HTML</em> caption with <a href="#">a link</a>.
</div>
<script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider();
});
</script>
</body>
</html>
Tu podaje skonfigurowane pliki, niech ktoś sprawdzi czy wszystko jest ok.