私の問題を見てください:
ポップアップウィンドウを開いたときにフッターが下に移動するようにするにはどうすればよいですか?
ここにいくつかのcss:
#advanced_search_div_body {
height: 100%;
width: 817;
margin: 0 auto;
padding: 0;
display: table;
background-color: white;
}
#foot {
padding: 30px 0px;
background-color: black;
clear: both;
position: relative;
bottom: 0;
width: 100%;
overflow: hidden;
z-index: 2;
}