XHTMLforum

XHTMLforum (http://xhtmlforum.de/index.php)
-   CSS (http://xhtmlforum.de/forumdisplay.php?f=73)
-   -   how to add slide show image in css 5 (http://xhtmlforum.de/showthread.php?t=71229)

Arohicool 20.08.2014 12:08

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

cloned 20.08.2014 12:20

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.

Flummi1212 22.08.2014 11:39

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


Alle Zeitangaben in WEZ +2. Es ist jetzt 19:30 Uhr.

Powered by vBulletin® Version 3.8.11 (Deutsch)
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

© Dirk H. 2003 - 2023