Hi,
I have this in my css file i have said the html to be position:abolute but it doesnt when i minimise. if i say absolute in logo same thing nothing happens and the body comes at the top of logo:
html
{
height: 100%;
overflow-x: auto;
position:absolute;
}
body
{
background: #F0F1F3;
color: #
font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
font-size: 10px;
line-height: 135%;
margin: 0 auto;
padding: 0;
text-align: left;
}
#logo {
padding-top: 1em;
height:100%;
margin:0 auto;
padding-left: 28em;
}
Help please!!!!!!