这是我的CSS:
div.imgbeequick
{
background: url('../img/beequick400-135.png') no-repeat center top;
display: inline-block;
vertical-align: center;
width:45%;
margin:auto;
height:135px;
}
aside
{
padding:5px;
vertical-align: center;
color:black;
float:right;
}
@media screen and (min-width: 1076px)
{
div.imgbeequick
{
width:45%;
}
aside
{
clear: both;
float: right;
vertical-align: center;
}
}
@media screen and (max-width: 1075px)
{
div.imgbeequick
{
width:100%;
}
aside
{
float: none;
width:80%;
margin:auto;
text-align:center;
}
}
问题是当我将窗口扩展到超过 1076 像素时,旁边的按钮不会正确浮动(但如果刷新期间的页面大小超过此大小,它会浮动)
这是整个页面的链接:http: //javascript-ninja.fr/beequickcomm/
旁边的按钮包含输入,div.imgbeequick 是蜜蜂的图像