Using CSS, you set the logo div to position absolute, and set the z-order to be above the second div. #logo { position: absolute: z-index: 2000; ...
確定! 回上一頁