I'm trying to set a div to to 100% hieght and to the center of the content placeholder in my asp.net masterpage. I can't seem to get it to work.
my css is below
any help woudl be appreciated
.maindiv {
position:fixed center !important;
display:inline-block;
background-color: #FFFFFF;
width: 700px;
height: 100%;
}
#placeholder {
position: center;
border: 1px solid #fafafa;
background-color: #E0E0E0;
margin: 0 auto;
width: 100%;
min-height: 750px;
}
my css is below
any help woudl be appreciated
.maindiv {
position:fixed center !important;
display:inline-block;
background-color: #FFFFFF;
width: 700px;
height: 100%;
}
#placeholder {
position: center;
border: 1px solid #fafafa;
background-color: #E0E0E0;
margin: 0 auto;
width: 100%;
min-height: 750px;
}