selvi subramanian

selvi subramanian

  • NA
  • 799
  • 559.4k

image slider is going in that i need right side content

May 30 2014 2:26 AM
image slider is going in that i need right side content as a marquee 
 
 
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>Marvel Bee Shop </title>
<link type="text/css" href="menu.css" rel="stylesheet" />
<!-- <script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="menu.js"></script>-->
</head>
<body>
<style type="text/css">
* { margin:0;
padding:0;
}
body { background:#171717; }
div#menu {
margin:10px auto;
width:100%;
}
div#copyright {
margin:0 auto;
width:80%;
font:11px 'Trebuchet MS';
color:#5d4381;
text-indent:20px;
padding:40px 0 0 0;
}
div#copyright a { color:#8a2be2; }
div#copyright a:hover { color:#5d4381; }
</style>
<div id="menu">
<ul class="menu">
<li><a href="index.html" class="parent"><span>Home</span></a>
</li>
<li><a href="#" class="parent"><span>Product Info</span></a></li>
<li><a href="Login.aspx" class="parent"><span>Login</span></a></li>
<li><a href="Contact us.aspx"><span>Contacts</span></a></li>
<li class="last"><a href="#"><span>FAQ</span></a></li>
</ul>
</div>
<div id="copyright">Copyright &copy; 2014 Marvel Bee Shop</div>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
</body>
</html>

Answers (2)