图片点击放大效果

<title>点击放大图片</title>
<!--方法一--> <img src="/jscss/demoimg/wall.jpg" onclick="this.width+=50;this.height+=50">
<!--方法二-->
<img src="/jscss/demoimg/wall.jpg" onclick="this.style.zoom='2'">

 

/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
/*
* This CSS stylesheet defines the rules to be applied to any ImageDocuments,
* including those in frames.
*/
 
@media not print {
.overflowing {
cursor: zoom-out;
}
 
.shrinkToFit {
cursor: zoom-in;
}
}
 
@media print {
/* We must declare the image as a block element. If we stay as
an inline element, our parent LineBox will be inline too and
ignore the available height during reflow.
This is bad during printing, it means tall image frames won't know
the size of the paper and cannot break into continuations along
multiple pages. */
img {
display: block;
}
}
 
 
<link id="olddefaultimagestyle-stylesheet" rel="stylesheet" olddefaultimagestyle-revision="2" href="data:text/css;charset=utf-8,@media%20not%20print%20%7B%0A%20%20img.decoded%20%7B%20background%3A%20white%3B%20%7D%0A%7D%0A%0A@media%20print%20%7B%20img%20%7B%20display%3A%20block%3B%20%7D%20%7D%0A">
@media not print {
img.decoded { background: white; }
}
 
@media print { img { display: block; } } 

转载于:https://www.cnblogs.com/oospace/p/4250457.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值