[CSS] Height

Status
Not open for further replies.

infrazx

New Member
Nov 9, 2013
6
0
Hey devbest
Before ii start, i'm from the Netherlands and my English is not that good tho, so sorry if i make errors or mistakes.

My problem
i am trying to make a menu on the left side of my screen ::
and i want it to be 100% in height.

so this is my CSS code ::
HTML:
html body {
    margin: 0px;
    padding: 0px;
   
    height: 100%;
   
    background-image: url(../images/background.png);
    background-repeat: repeat;

}

html body div.left {
    height: 100%;
    width: 225px;
   
    background-color: #0A4B64;
}

but it stays like this ::

i never had this problem so i don't know the answer and i don't know what to put in on google to find it.

thanks for reading // helping.

- Jack
 

infrazx

New Member
Nov 9, 2013
6
0
@above, thats not the problem, it needs to be like 100% in height on the left like this :: . but now its this ::
 

JayC

Always Learning
Aug 8, 2013
5,497
1,398
Did you create another div box below it? If so you need to align them so that that div box overlaps or goes center
 
Status
Not open for further replies.

Users who are viewing this thread

Top