标签:top tom html 分享 pre relative image margin ble
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <div style="width:300px;height:200px;position:relative;display: table;text-align: center;background-color:#ccc;"> <img src="img/fp_06.png" style="position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;max-height: 100%;width:auto;height:auto;"> </div> </body> </html>
效果如图:或者:
标签:top tom html 分享 pre relative image margin ble
原文地址:http://www.cnblogs.com/sheen573156440/p/6407160.html