fullscreen element fix
This commit is contained in:
parent
2a577aaea7
commit
806ef91000
4 changed files with 8 additions and 7 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -270,9 +270,11 @@ button {
|
|||
|
||||
#container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 640px;
|
||||
height: 480px;
|
||||
overflow: hidden;
|
||||
background-image: url(../images/BackGround1_1.png);
|
||||
|
||||
}
|
||||
|
||||
#divTwc:fullscreen #container {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue