【发布时间】:2017-04-26 02:51:41
【问题描述】:
我在一个 wordpress 网站上有两个 iframe,使用 211 主题,但无法让它们彼此对齐!它们似乎是垂直堆叠的,其他元素也会发生这种情况!这是 iframe 的 html..
<iframe src="myfirstframe" width="290" height="375" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<iframe src="mysecondframe" height="470" width="640" frameborder="0" scrolling="no"></iframe>
我尝试过 div 并在 wordpress 中的 css 中向左浮动但无济于事 这是 wordpress 中当前的 css....
#page {
width: 1060px;
}
#content {
width: 620px;
}
【问题讨论】: