zurück zur Startseite
  


Zurück XHTMLforum > (X)HTML und CSS > CSS
Seite neu laden how to add slide show image in css 5

Antwort
 
LinkBack Themen-Optionen Ansicht
  #1 (permalink)  
Alt 20.08.2014, 12:08
Neuer Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 20.08.2014
Beiträge: 1
Arohicool befindet sich auf einem aufstrebenden Ast
Standard how to add slide show image in css 5

how can i add jquery slide show image in my css please help me
assume this is the coding

html coding

<!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=iso-8859-1" />
<title>Untitled Document</title>
<link href="my-website.css" rel="stylesheet" type="text/css" />
</head>

<body>
<div id="container">

<div id="header">
</div>
<div id="image">
<img src="http://www.techeye.eu/wp-content/uploads/2014/05/ss5.jpg" />
</div>

</div>
</body>
</html>


css coding is

body {
font-family: Arial, Helvetica, sans-serif;
width:100%;
height:auto;
}

#container {
width:100%;
height:auto;
}

#header {
margin-left:47px;
margin-right:47px;
background:#FF9900;
width:930px;
height:30px;


}

#image {
margin-left:47px;
margin-right:47px;

width:930px;
height:300px;
}



so please tell me its solution how can i make slideshow of this image which is showing below header
__________________
Kashmir Tour Package
Mit Zitat antworten
Sponsored Links
  #2 (permalink)  
Alt 20.08.2014, 12:20
Erfahrener Benutzer
XHTMLforum-Kenner
 
Registriert seit: 30.01.2014
Beiträge: 2.247
cloned ist ein wunderbarer Anblickcloned ist ein wunderbarer Anblickcloned ist ein wunderbarer Anblickcloned ist ein wunderbarer Anblickcloned ist ein wunderbarer Anblickcloned ist ein wunderbarer Anblickcloned ist ein wunderbarer Anblick
Standard

first things first: you know that this is a german (x)html forum?

second: jquery is Javascript, you can't put javascript in your css, so your question doesn't really make sense. There are already many slideshow plugins for jquery, google and use one that fits your needs.
Mit Zitat antworten
Sponsored Links
  #3 (permalink)  
Alt 22.08.2014, 11:39
Neuer Benutzer
neuer user
 
Registriert seit: 21.08.2014
Beiträge: 6
Flummi1212 kann nur auf Besserung hoffen
Standard

Hey,
in the most JQ Slideshow Plugins will u have to insert the Images in the Javascript. The CSS is only there to define the Layout of the slideshow.

MfG Lukas
Mit Zitat antworten
Antwort

Themen-Optionen
Ansicht

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Image Mouseover mit CSS RichBone CSS 4 28.12.2006 12:39
CSS Image Gallery & JavaScript Stalafin CSS 1 18.09.2006 09:51
CSS Tips & Tricks Webnauts Ressourcen 0 26.08.2006 00:04
Image darstellung nur mit CSS karschten CSS 8 19.06.2005 00:32
IE stellt Liste mit CSS background image falsch dar theprofessor CSS 21 27.04.2005 01:31


Alle Zeitangaben in WEZ +2. Es ist jetzt 10:37 Uhr.