求一个CSS效果
和163首页一样的广告效果:
广告慢慢的从网页顶部下拉出来,又慢慢的缩回去。
或
这个div广告图片显示在网页中央,又慢慢的消失。
谢谢各给高手,马上结贴。
你把163另存为看看就知道了吧
body>
<div id="ads" style=" width:620px; margin:auto; display:none; margin-top:25px; height:0px;overflow:hidden; ">
<a href="http://www.po-soft.com" target="_blank"> <img src="http://www.po-soft.com/images/image1.jpg" alt="百洋软件研究实验室" width="620" height="195" border="0"/> </a> </div>
<p align="center" style="line-height:24px;">本demo来源于 <a href="http://www.po-soft.com/" target="_blank">百洋软件研究实验室 </a>博客的 <br />
<a href="http://www.po-soft.com/blog/xuan/145.html">JS特效代码大全(二)能记录cookie的顶部伸缩广告 </a>一文。 </p>
</body>
</html>
<script type="text/javascript" language="javascript">
var time = 500;
var h = 0;
function addCount()
{
if(time>0)
相关问答:
对CSS能看懂,但一些属性还是不能够完全理解。
自己只会写些常用的CSS。还没达到创造和创新的地步。
所以想问下各位前辈,应该看那本书较好呢?
建议不买书网上找教程自学,这个东西不是很难,多练习就会了
......
CSS code:
body {
}
#x
{
width:1024px;
height:768%;
background-color:Red;
position:relative;
}
#x.top
{ position:absolute;
width:800px;
height:100px;
top:0px ......
用vc 读取html文件怎么得到css里面定义的字体样式。比如我网页的一段代码为:
<style type="text/css">
<!--
.STYLE7 {font-weight: bold; font-family: "宋体"; color: #F ......
用"服务器控件名.Style.Add("display","")可以给这控件添加CSS,怎么样才能给读出来呢?
怎么都没人帮忙啊
人都死哪去了
控件ID.Style[HtmlTextWriterStyle.BackgroundColor]
控件 ......
想要实现点击子菜单后更改主菜单内容, 在ie6下更改完主菜单后, hover没有响应,请问问题出在哪里?
<head>
<meta http-equiv="Content-Type" content="text/html; charse ......