shas1280
07-04-2010, 07:20 AM
HI friends..
i am trying to create a slide out footer div and its working for safari,firefox ect...but not working only with Interner Explorer. can any one fix this for me.
i am attaching the javascript and html code below
Thank you
<!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=UTF-8" />
<title>slide out footer</title>
<style type="text/css">
<!--
body {
margin: 0px;
}
#footer {
height: 37.5px;
width: 100%;
position: fixed;
bottom: 0px;
background-color: #333333;
float: left;
}
#footer_inner {
width: 100%;
height: 57px;
float: left;
background-repeat: repeat-x;
background-color: #999999;
position: relative;
background-image: url(../images/footer_bg.png);
}
-->
</style>
<script src="http://www.getreal.com.kw/blogsource/footer/jquery.js"></script>
</head>
<body>
<div id="footer" >
<div id="footer_inner">
</div></div>
<script type="text/javascript" src="http://www.getreal.com.kw/blogsource/footer/hover-jquery.js"></script>
</body></html>
i am trying to create a slide out footer div and its working for safari,firefox ect...but not working only with Interner Explorer. can any one fix this for me.
i am attaching the javascript and html code below
Thank you
<!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=UTF-8" />
<title>slide out footer</title>
<style type="text/css">
<!--
body {
margin: 0px;
}
#footer {
height: 37.5px;
width: 100%;
position: fixed;
bottom: 0px;
background-color: #333333;
float: left;
}
#footer_inner {
width: 100%;
height: 57px;
float: left;
background-repeat: repeat-x;
background-color: #999999;
position: relative;
background-image: url(../images/footer_bg.png);
}
-->
</style>
<script src="http://www.getreal.com.kw/blogsource/footer/jquery.js"></script>
</head>
<body>
<div id="footer" >
<div id="footer_inner">
</div></div>
<script type="text/javascript" src="http://www.getreal.com.kw/blogsource/footer/hover-jquery.js"></script>
</body></html>