请教大虾
在800x600和1024x768分辨率下
层都在同一位置怎么定义啊?
---------------------------------------------------------------
定义层的位置:
1<div id="menu" style="position: absolute; left: 532; top: 120; width: 79; height: 176; z-index: 2; background-color: #D7EBFF; layer-background-color: #999966; visibility: hidden; border: 1px none #000000">
2...
3</div>
其中left: 532; top: 120;是可以调整的。