Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to set the page center of DIV module in DW

2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article introduces how to set up the DIV module page in DW in the center, the content is very detailed, interested friends can refer to, hope to be helpful to you.

1. Create a new html file and add a stylesheet [] in head.

2. Add a DIV to the body and introduce a CSS named [aaa].

Add a background color to the DIV and define its width and height. [background: # FA2;width: 400pxscape height: 600px;].

4. Then add the following code. [position: fixed; left: 50%; top: 50%; z-index: 10;]. Z-index is to keep the DIV module at the top, or not to add it. You can see that the DIV block is in the lower right corner.

5. Then we define its location in turn. First use [margin-top:-300px;] "- 300px" as half of DIV high height: 600px; and add a negative value. You can see that DIV has defaulted to the upper and lower center position.

6. First use [margin-left:-200px;] "- 200px" this value is naturally half of the DIV width width: 400px;, and add a negative value. Refresh the page after saving and you can see that DIV has been centered left and right.

7, you can see that no matter what size we change the page, DIV will automatically center, is it the solution to your problem?

On how to set the center of the DIV module page in DW to share here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report