PSD-Tutorials.de
Forum für Design, Fotografie & Bildbearbeitung
Tutkit
Agentur
Hilfe
Kontakt
Start
Forum
Aktuelles
Besonderer Inhalt
Foren durchsuchen
Tutorials
News
Anmelden
Kostenlos registrieren
Aktuelles
Suche
Suche
Nur Titel durchsuchen
Von:
Menü
Anmelden
Kostenlos registrieren
App installieren
Installieren
JavaScript ist deaktiviert. Für eine bessere Darstellung aktiviere bitte JavaScript in deinem Browser, bevor du fortfährst.
Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden.
Du solltest ein Upgrade durchführen oder einen
alternativen Browser
verwenden.
Antworten auf deine Fragen:
Neues Thema erstellen
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
PHP, Javascript, jQuery, Ajax, nodeJS, MySQL...
tutorial jquery bilder scrollen
Beitrag
<blockquote data-quote="bibifellow" data-source="post: 1706067" data-attributes="member: 117161"><p><strong>AW: tutorial jquery bilder scrollen</strong></p><p></p><p>Ich habe einen Mac. Das überprüfen starte ich doch in dem ich die Seite noch einmal aktualisiere. Dieser Fehler bleibt</p><p>Unerwartetes Token im Attribut-Selektor: '!'.</p><p></p><p> Ich habe fast alle ! gelöscht aber der Fehler bleibt.</p><p></p><p>[HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></p><p><html xmlns="http://www.w3.org/1999/xhtml"></p><p><head></p><p><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></p><p><script src="jquery.js" type="text/javascript"></p><p></p><p><script src="jquery.tools.min.js" type="text/javascript"></p><p><script type="text/javascipt"></p><p>/* <![CDATA[ */</p><p>$(document).ready(function() {</p><p>$(".scrollable").scrollable({speed: 700, circular: true});</p><p>})</p><p> /*]]> */</p><p></script></p><p></p><p></p><p></p><p><title>Untitled Document</title></p><p></head></p><p></p><p><body></p><p><style type="text/css"></p><p>/* <[CDATA[ */</p><p>.scrollable {</p><p> position:relative;</p><p> overflow:hidden;</p><p> width:580px;</p><p> height:120px;</p><p> border:1px solid #ccc;</p><p>}</p><p>.scrollable .items {</p><p> width:20000em;</p><p> position:absolute;</p><p> clear:both;</p><p>}</p><p>.items div {</p><p> float:left;</p><p> width:680px;</p><p>}</p><p>.scrollable img {</p><p> float:left;</p><p> margin:20px 5px 20px 21px;</p><p> background-color:#fff;</p><p> padding:2px;</p><p> border:1px solid #ccc;</p><p>}</p><p>.scrollable {</p><p> float:left;</p><p>}</p><p>a.disable {</p><p> visibility:hidden;</p><p>}</p><p>/* ]]>*/</p><p></style></p><p></p><p><div></p><p><div class="scrollable"></p><p><div class="items"></p><p></div></p><p></p><p><div></p><p><img src="bild1.jpg" height="80px" width="80px"/></p><p><img src="bild2.jpg" height="80px" width="80px"/></p><p><img src="bild3.jpg" height="80px" width="80px"/></p><p><img src="bild4.jpg" height="80px" width="80px"/></p><p></div></p><p><div></p><p><img src="bild5.jpg" height="80px" width="80px"/></p><p><img src="bild6.jpg" height="80px" width="80px"/></p><p><img src="bild7.jpg" height="80px" width="80px"/></p><p><img src="bild8.jpg" height="80px" width="80px"/></p><p></div></p><p><div></p><p><img src="bild1.jpg" height="80px" width="80px"/></p><p><img src="bild2.jpg" height="80px" width="80px"/></p><p><img src="bild3.jpg" height="80px" width="80px"/></p><p><img src="bild4.jpg" height="80px" width="80px"/></p><p></div></p><p></div></p><p></div></p><p></p><p><a class="prev" href="#">links</a></p><p><a class="next" href="#">rechts</a></p><p></body></p><p></html></p><p>[/HTML]</p><p>Also es muss jetzt fast alles richtig sein. Die Bilder sind in einer Reihe nur das Scrollen funktioniert noch nicht. Es wird besser.</p></blockquote><p></p>
[QUOTE="bibifellow, post: 1706067, member: 117161"] [b]AW: tutorial jquery bilder scrollen[/b] Ich habe einen Mac. Das überprüfen starte ich doch in dem ich die Seite noch einmal aktualisiere. Dieser Fehler bleibt Unerwartetes Token im Attribut-Selektor: '!'. Ich habe fast alle ! gelöscht aber der Fehler bleibt. [HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script src="jquery.js" type="text/javascript"> <script src="jquery.tools.min.js" type="text/javascript"> <script type="text/javascipt"> /* <![CDATA[ */ $(document).ready(function() { $(".scrollable").scrollable({speed: 700, circular: true}); }) /*]]> */ </script> <title>Untitled Document</title> </head> <body> <style type="text/css"> /* <[CDATA[ */ .scrollable { position:relative; overflow:hidden; width:580px; height:120px; border:1px solid #ccc; } .scrollable .items { width:20000em; position:absolute; clear:both; } .items div { float:left; width:680px; } .scrollable img { float:left; margin:20px 5px 20px 21px; background-color:#fff; padding:2px; border:1px solid #ccc; } .scrollable { float:left; } a.disable { visibility:hidden; } /* ]]>*/ </style> <div> <div class="scrollable"> <div class="items"> </div> <div> <img src="bild1.jpg" height="80px" width="80px"/> <img src="bild2.jpg" height="80px" width="80px"/> <img src="bild3.jpg" height="80px" width="80px"/> <img src="bild4.jpg" height="80px" width="80px"/> </div> <div> <img src="bild5.jpg" height="80px" width="80px"/> <img src="bild6.jpg" height="80px" width="80px"/> <img src="bild7.jpg" height="80px" width="80px"/> <img src="bild8.jpg" height="80px" width="80px"/> </div> <div> <img src="bild1.jpg" height="80px" width="80px"/> <img src="bild2.jpg" height="80px" width="80px"/> <img src="bild3.jpg" height="80px" width="80px"/> <img src="bild4.jpg" height="80px" width="80px"/> </div> </div> </div> <a class="prev" href="#">links</a> <a class="next" href="#">rechts</a> </body> </html> [/HTML] Also es muss jetzt fast alles richtig sein. Die Bilder sind in einer Reihe nur das Scrollen funktioniert noch nicht. Es wird besser. [/QUOTE]
Bilder bitte
hier hochladen
und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Zitate einfügen…
Authentifizierung
Wenn ▲ = 7, ▼ = 3, ◇ = 2 und die Summe von ▲ und ▼ durch ◇ geteilt wird, was ist das Ergebnis?
Antworten
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
PHP, Javascript, jQuery, Ajax, nodeJS, MySQL...
tutorial jquery bilder scrollen
Oben