04-css控制絕對位置(頁面效果)

來源:互聯網
上載者:User
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%><html><head><title>CSS控制絕對位置</title></head><style>#top_Div {position: absolute;left: 20px;top: 10px;}#bottom_Div {position: absolute;left: 130px;top: 10px;}</style><body><div id="top_Div"><img alt="" src="img/img.jpg" width="200px" height="300px"></div><div id="bottom_Div"><img alt="" src="img/img.jpg" width="200px" height="300px"></div></body></html>

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.