RT
------解决方案--------------------------------------------------------
根据什么伸缩?~~写个js就行了~~
------解决方案--------------------------------------------------------
<style>
.Expand
{
height:100px;
width:100px;
border:solid 1px #ccc;
}
</style>
<div onMouseOver= "this.className= 'Expand ' " onMouseOut= "this.className= ' ' ">
</div>
<script>
------解决方案--------------------------------------------------------
<iframe id= "iFrame1 " name= "iFrame1 " width= "100% " onload= "this.height=iFrame1.document.body.scrollHeight " frameborder= "0 " src= "index.htm "> </iframe>
实现iFrame自适应高度~~给个你参考,差不多的~~
------解决方案--------------------------------------------------------
直说是哪个网站的哪个部分的效果,给你弄下来不就完事了吗,何必,说的那么不清不楚的。
要效果就要直来直去。
------解决方案--------------------------------------------------------
onmouseover得時候伸縮
------解决方案--------------------------------------------------------
倒。。ajaxcontroltoolkits
把onclick改成onmouseover不就行了
------解决方案--------------------------------------------------------
呵呵~~