jQuery(window).load(function () {
jQuery(".div1 img").each(function () {//div1下的img宽度、高度设置
DrawImage(this, 700, 470)//宽700,高470,自己改为相同即可。
})
})
function DrawImage(ImgD, FitWidth, FitHeight) {//下面是判断,可自己修改条件
var image = new Image()
image.src = ImgD.src
if (image.width > 0 && image.height > 0) {
if (image.width / image.height >= FitWidth / FitHeight) {
if (image.width > FitWidth) {
ImgD.width = FitWidth
ImgD.height = (image.height * FitWidth) / image.width
}else {
ImgD.width = image.width
ImgD.height = image.height
}
} else {
if (image.height > FitHeight) {
ImgD.height = FitHeight
ImgD.width = (image.width * FitHeight) / image.height
} else {
ImgD.width = image.width
ImgD.height = image.height
}
}
}
}
控制图片最大宽度和高高度,在css里面有max-width、max-height的属性,非要用js也不是不可以的,document.getElementById('id').style.maxWidth。这个属性ie6支持的不好。但是现在也不用兼容ie6了吧。如果你想宽图用最大宽度,竖图用最大高度的好,那你就加一个判断的语句再决定是max-width、还是max-height.JS获取图片宽高,急~var img = new Image()
img.onload = function(){
宽度=this.width
高度=this.height
}
img.src = 图片地址
楚人齐语的阅读答案!急!急!急!1、选出与“公将焉之”中“之”的用法不同的一项( )
A、吾欲之南海 B、辍耕之垄上 C、予独爱莲之出淤泥而不染 D、至之市而忘操之
2、翻译句子
(1)公将焉之 (2)岂可不一会期哉?(3)身自罢之。
~~~~~~~~~~~希望采纳~~~~~~~~~
急ASP复合输入方式,<script type=text/javascript>
function show(char) {
document.getElementById("content").value += char
}
function go() {
document.getElementById("content").value += "\n"
}
function showcontent() {
var content = document.getElementById("content").value
document.getElementById("showcontent").innerHTML = content.replace(/\n/g,"<br/>")
}
</script>
</head>
<body>
<div>
<input type=button value="A" id="A" onclick="show('A')"/>
<input type=button value="B" id="B" onclick="show('B')"/>
<input type=button value="C" id="C" onclick="show('C')"/>
<input type=button value="D" id="D" onclick="show('D')"/></div>
<div>
<textarea cols="20" rows="5" id="content"></textarea>
<input type=button value="继续" onclick="go()"/>
</div>
<div><input type=button value="提交" onclick="showcontent()"/></div>
<div id="showcontent"></div>
</body>
</>
ps:我这是用纯js实现的,如果用asp的话,可以把数据读到数据库中,然后显示,“提交”,用submit
急 急 帮忙编程序,急用 谢谢template
class TreeNode{
public:
T data
int index
int active
TreeNode &operator=(TreeNode &treenode)
{
this->data=treenode.data
this->index=treenode.index
this->active=treenode.active
return *this
}
}
急!我弟该报什么志愿?天。。这是算是个阶段性的大事啊~逼近4年啊~如果内向再选到了~背身不爱的专业~4年简直
度日如年。。。
火车优惠卡问题,急
没有直达车可以中转,只要不明显绕行,刷一次卡,取两张学生票是允许的
换一句话说两张票都买学生票,刷一次卡就行
英语初三练习题急1 doesn't any longer
2 how exciting
1 feel soft
2 didn't have until
3 how fast
4 what fine
英语填空急帮帮忙。第一页第五题 anxious to leave
第二页第三题found himself in a room
第二页第四题found it difficult
望采纳,谢谢!
急 要念宋词最好买哪本?中考你不用理解透彻这个诗人词人,有些诗词连老师也不理解它的真实意思呢。你就读到些看上去漂亮的句子就摘录下来备用就好,也不要硬用,读的熟了自然到时候就从笔尖涌出来了。
你年纪不大,读诗词还是读入门的《唐诗三百首》《宋词三百首》就好了,要正规出版社的,什么人民文学出版社了上海古籍出版社了都行,这样的出版社出的选本选的诗词都比较经典。
还有,中考作文啊,以我多年以前的经验,如果整篇都能写出大段排比,那分数就会比较高^_^
数学问题。。。。急,快解答设 乙的速度为x
4(1.5x+x)=480-80
x=40