CSS with Java Script
- by Field
I have been at this for a long time. I have a css div that is center on page. It floats on bottom. When I add content to div #menu i can not get it to shift right. I want to add full menu that float on the page. It have a live chat button coded. It just does not seem to work right
#menu {
background: url("grid2.gif") repeat scroll 0 0 transparent;
margin:0 auto;
border: 0px solid #888888;
color: #FFFFFF;
display: block;
font-weight: bold;
padding: 0px;
position: fixed;
align: right;
bottom: 30px;
width: 970px;
}
* html #menu {
position: absolute;
}
#menu a:visited, #menu a {
color: #000000;
display: block;
height: 20px;
line-height: 20px;
margin: 0 auto;
text-align: center;
text-decoration: none;
}
<div id="menu"><script language="JavaScript" src="/livehelp/js/status_image.php?base_url=/livehelp&l=adminlive&x=1&deptid=1&"></a></script></div>