div垂直水平居中实例代码_html/css_WEB-ITnose
Jun 24, 2016 am 11:31 AM
div垂直水平居中实例代码:
关于让div垂直水平居中的效果太多了,这里就不介绍了,废话不多说,直接给出代码。
代码实例如下:
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="author" content="http://www.softwhy.com/" /><title>垂直水平居中代码</title><style type="text/css">body { background-color:#e1ddd9; font-size:12px; padding:0px; margin:0px;}#inhalt { position:absolute; height:200px; width:400px; margin:-100px 0px 0px -200px; top:50%; left:50%; text-align:left; padding:0px; background-color:#f5f5f5; border:1px dotted #000000; overflow:auto;}</style></head><body><div id="inhalt"></div></body></html>
原文地址是:http://www.softwhy.com/forum.php?mod=viewthread&tid=9808
更多内容可以参阅:http://www.softwhy.com/divcss/

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Difficulty in updating caching of official account web pages: How to avoid the old cache affecting the user experience after version update?

How do I use HTML5 form validation attributes to validate user input?

How to efficiently add stroke effects to PNG images on web pages?

What is the purpose of the <meter> element?

What are the best practices for cross-browser compatibility in HTML5?

What is the purpose of the <iframe> tag? What are the security considerations when using it?

What is the purpose of the <datalist> element?

What are the security implications of using iframes, and how can I mitigate them?
