Hallo liebe Community, Wir möchten in unserem Online Shop einen Slider über dem Footer einrichten, der die Hersteller unserer Waren zeigt (Bilder). Wie könnte man das einrichten? Bitte beachtet, dass ich "leider" noch totaler Anfänger in Sachen HTML und CSS bin. Kenne mich mit Fachausdrücken nicht besonders aus. Könntet Ihr mir hier weiterhelfen? Freundliche Grüße, Abraham Arnold
hiermit kannst Du das realisieren; kannst auch die Logos einbinden: (Link nur für registrierte Nutzer sichtbar.)
Hallo lieber Achim, Da ich leider ein wirklicher Anfänger in HTML, CSS usw. bin, würde ich mir echt freuen, wenn du mir eine kurze Anleitung anführen könntest wie das funkt. Leider weiß ich nicht wo ich das einfügen soll usw. Denke es würden sicher mehr Leute profitieren Würde mich sehr freuen! Vielen Dank im Voraus.
zum Beispiel so: Code: <!-- Start Laufschrift - Generiert mit www.design-generator.de.tl --><marquee direction="left" behavior="alternate" scrollamount="6" scrolldelay="1" style="color:#000000;font-size:16px;font-family:Arial;" onmouseover="this.stop();" onmouseout="this.start();"> Unsere Hersteller: <a href="http://www.marmorkamin-shop.de/GX-Responsive/index.php?manufacturers_id=68"><img alt="Brunner Kamineinsätze" height="30" src="images/manufacturers/icons/brunner.jpg" width="97" /></a> <a href="http://www.marmorkamin-shop.de/GX-Responsive/index.php?manufacturers_id=33"><img alt="Camina" height="30" src="images/manufacturers/icons/camina.jpg" width="97" /></a> <a href="http://www.marmorkamin-shop.de/GX-Responsive/index.php?manufacturers_id=77"><img alt="Deco Gasfeuer" height="30" src="images/manufacturers/icons/deco_gasfeuer.jpg" width="97" /></a> <a href="http://www.marmorkamin-shop.de/GX-Responsive/index.php?manufacturers_id=18"><img alt="DRU Gaskamine" height="30" src="images/manufacturers/icons/dru.jpg" width="97" /></a> <a href="http://www.marmorkamin-shop.de/GX-Responsive/index.php?manufacturers_id=39"><img alt="Ebios Bioethanolkamine" height="30" src="images/manufacturers/icons/ebios-fire.jpg" width="97" /></a> <a href="http://www.marmorkamin-shop.de/GX-Responsive/index.php?manufacturers_id=25"><img alt="Glammfire Bioethanol-Kamine" height="30" src="images/manufacturers/icons/glammfire.jpg" width="97" /></a> <a href="http://www.marmorkamin-shop.de/GX-Responsive/index.php?manufacturers_id=1"><img alt="Stilkamine von MJK" height="30" src="images/manufacturers/icons/mjk.jpg" width="97" /></a> <a href="http://www.marmorkamin-shop.de/GX-Responsive/index.php?manufacturers_id=80"><img alt="Ortal Gaskamine" height="30" src="images/manufacturers/icons/ortal.jpg" width="97" /></a> <a href="http://www.marmorkamin-shop.de/GX-Responsive/index.php?manufacturers_id=49"><img alt="Planika Bioethanolkamine" height="30" src="images/manufacturers/icons/planika.jpg" width="97" /></a> <a href="http://www.marmorkamin-shop.de/GX-Responsive/index.php?manufacturers_id=26"><img alt="Schmid Kamineinsätze" height="30" src="images/manufacturers/icons/schmid.jpg" width="97" /></a> <a href="http://www.marmorkamin-shop.de/GX-Responsive/index.php?manufacturers_id=2"><img alt="Spartherm Kamineinsätze" height="30" src="images/manufacturers/icons/spartherm.jpg" width="97" /></a> <a href="http://www.marmorkamin-shop.de/GX-Responsive/index.php?manufacturers_id=36"><img alt="The Flame Bioethanolkamine" height="30" src="images/manufacturers/icons/the-flame.jpg" width="97" /></a> <a href="http://www.marmorkamin-shop.de/GX-Responsive/index.php?manufacturers_id=56"><img alt="Traforart Designkamine" height="30" src="images/manufacturers/icons/traforart.jpg" width="97" /></a> Unsere Hersteller: </marquee><br /> <br /> <!-- Ende Laufschrift -->