div#loginmenu
{
width: 80px;
background-color: #ededed;
float: right;
position: fixed;
margin-right: 14px;
display: hidden;
}
By the way, this block should be hidden, but its not.
Here is how it looks: http://www.skotlandas.comze.com/
Posted 25 January 2012 - 03:59 AM
div#loginmenu
{
width: 80px;
background-color: #ededed;
float: right;
position: fixed;
margin-right: 14px;
display: hidden;
}
Posted 25 January 2012 - 04:42 AM
Posted 26 January 2012 - 02:47 PM
Posted 27 January 2012 - 05:45 AM
div#loginmenu
{
margin-top: 28px;
padding: 0px;
width: 180px;
background-color: #ededed;
right: 14px;
position: fixed;
visibility: hidden;
}
