Putting background in Internet Explorer at correct position
This commit is contained in:
parent
aa94f1db87
commit
089769e3e6
@ -176,7 +176,7 @@ body
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#page-div
|
#page-div, #page
|
||||||
{
|
{
|
||||||
min-height: calc( 100vh - 40px );
|
min-height: calc( 100vh - 40px );
|
||||||
}
|
}
|
||||||
@ -188,9 +188,10 @@ body
|
|||||||
#page-bg
|
#page-bg
|
||||||
{
|
{
|
||||||
width: 1000px;
|
width: 1000px;
|
||||||
height: calc( 100vh - 40px );
|
height: calc( 100% - 40px );
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
z-index: -9;
|
z-index: -9;
|
||||||
|
left: calc( (100% - 1000px) / 2 );
|
||||||
}
|
}
|
||||||
|
|
||||||
#left_side-image, #right_side-image
|
#left_side-image, #right_side-image
|
||||||
|
Loading…
Reference in New Issue
Block a user