码迷,mamicode.com
首页 > Web开发 > 详细

html中图片自适应浏览器,宽度高度自适应,图片自适应屏幕的小而不是宽高固定不变

时间:2014-11-07 16:40:03      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:高度自适应   style   blog   http   io   color   ar   sp   div   

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Show.aspx.cs" Inherits="Wlxxs.Web.Xxs.Show" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
    <style>
        html, body
        {
            padding: 10px;
            margin: 0 auto;
            height: 0 auto;
            max-width: 640px;
            font-family: "微软雅黑";
        }        .mainimg
        {
            text-align:center;
           
            }
            #Image1{height: auto; width: auto\9; width:100%;}
    </style>
</head>
<body>
        <div class="mainimg">
            <asp:Image ID="Image1" runat="server" />
        </div>
</body>
</html>

 

注:在html里面插入图片,如果想让图片自适应屏幕的小而不是宽高固定不变可以在css代码里加入

#Image1{height: auto; width: auto\9; width:100%;}

html中图片自适应浏览器,宽度高度自适应,图片自适应屏幕的小而不是宽高固定不变

标签:高度自适应   style   blog   http   io   color   ar   sp   div   

原文地址:http://www.cnblogs.com/pingming/p/4081469.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!