Default how to add slide show image in css 3

Dollyjon1

New Member
how can i add jquery slide show image in my css please help me

assume this is the coding



html coding



HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR...nsitional.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.e...014/05/ss5.jpg" />

</div>



</div>

</body>

</html>





css coding is



Code:
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 and if you have any tutorial link so please give me in your comments of how can i make slideshow of this image which is showing below OF header.
Kashmir Tour Package
 
Last edited by a moderator:
Top