-1

在 1024x768 屏幕上,我有 2 个 div 并排在屏幕中央。如果我调整浏览器窗口的大小,第二个 div 会低于第一个 div。如何阻止这种情况发生:

http://oshirowanen.x10.mx/

4

1 回答 1

0

One way is to add the white-space: nowrap; style to the container <body> and add the white-space: normal; style to the two <div>s.

于 2012-08-25T23:46:56.380 回答