智睿软件_技术交流论坛综合站长Web页面设计 → HTML建站技巧,css 让图片自适应宽度


  共有17145人关注过本帖平板打印

主题:HTML建站技巧,css 让图片自适应宽度

帅哥哟,离线,有人找我吗?
zhirui
  1楼 个性首页 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:管理员 帖子:520 积分:8740 威望:0 精华:5 注册:2009-07-07
HTML建站技巧,css 让图片自适应宽度  发帖心情 Post By:2012-10-10 10:08:56

<script language="JavaScript">
    <!--
    var flag=false;
    function DrawImage(ImgD){
    var image=new Image();
    image.src=ImgD.src;
    if(image.width>0 && image.height>0){
    flag=true;
    if(image.width/image.height>= ImgD.width/ImgD.height){
    if(image.width>ImgD.width){
    ImgD.width=ImgD.width;
    ImgD.height=(image.height*ImgD.width)/image.width;
    }
    else{
    ImgD.width=image.width;
    ImgD.height=image.height;
    }
    ImgD.alt=image.width+"×"+image.height;
    }
    else{
    if(image.height>ImgD.height){
    ImgD.height=ImgD.height;
    ImgD.width=(image.width*ImgD.height)/image.height;
    }else{
    ImgD.width=image.width;
    ImgD.height=image.height;
    }
    ImgD.alt=image.width+"×"+image.height;
    }
    }
    }
    //-->
    </script>

然后调用


政府公安政府系统,专注于政府媒体,公安公众信息系统 支持(0中立(0反对(0回到顶部