does not work margin-left:auto; my html code is:
<body>
<div id='maindiv'>
<div id='logout'>Logout</div>
<div id='Mcontrol'>Menu Control</div>
</div>
<script src='control/myjs.js' language='javascript' /> </script>
</body>
and here is my CSS code:
#logout{
margin-left:auto;
font-family:arial;font-size:12px;
}
#logout:hover{
cursor:pointer;
}
Not sure what you exactly want, but I think that you want to have the log-out button in the center of the page?
If yes; check this jsFiddle: http://jsfiddle.net/sysBM/