Response title
This is preview!




<
html xmlns="http://www.w3.org/1999/xhtml"><
head runat="server">
<title></title>
<style type="text/css">
p
{
margin:0px 0px 0px 0px;
}
</style>
<script src="http://code.jquery.com/jquery-1.7.1.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(
function () {
$(
"#TopNavDiv").mouseover(function () {
$(
this).stop().animate({ top: '0px' });
});
$(
"#TopNavDiv").mouseout(function () {
$(
this).stop().animate({ top: '-45px' });
});
});
</script>
</
head>
<
body style="margin:0px 0px 0px 0px">
<div id="TopNavDiv" style="margin:0px 0px 0px -495px; height:71px; width:990px; background-color:Green; position:fixed; top:-45px; left:50%;">
<p><br />test text<br /></p>
</div>
</
body>
</
html>
<!--Accordion Nav script-->
<script type="text/javascript" src="js/accordian.pack.js"></script>
<!--Slide Show Script-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>
<script src="js/desSlideshow.js"></script>
<script language="javascript" type="text/javascript">
$(function() {
$("#desSlideshow2").desSlideshow({
autoplay: 'enable', //option:enable,disable
slideshow_width: '600', //slideshow window width
slideshow_height: '249', //slideshow window height
thumbnail_width: '120', //thumbnail width
time_Interval: '4000', //Milliseconds
directory: 'images/'// flash-on.gif and flashtext-bg.jpg directory
});
});
</script>
<!--Accordion Nav script-->
<script type="text/javascript" src="js/accordian.pack.js"></script>
<!--Slide Show Script-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>
<script src="js/desSlideshow.js"></script>
<script language="javascript" type="text/javascript">
$(function() {
$("#desSlideshow2").desSlideshow({
autoplay: 'enable', //option:enable,disable
slideshow_width: '600', //slideshow window width
slideshow_height: '249', //slideshow window height
thumbnail_width: '120', //thumbnail width
time_Interval: '4000', //Milliseconds
directory: 'images/'// flash-on.gif and flashtext-bg.jpg directory
});
});
</script>
© 2012 jQuery Foundation
Sponsored by
and others.
