Scroll bar is appear because your using pixels(px) in css. Use percentage instead of pixels eg. Avoid width:700px; height:450px;. Use width:100%;
確定! 回上一頁