CSS with Java Script

Posted by Field on Stack Overflow See other posts from Stack Overflow or by Field
Published on 2012-06-03T16:35:36Z Indexed on 2012/06/03 16:40 UTC
Read the original article Hit count: 163

Filed under:
|

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>

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about css