经典代码 网页经典代码 经典特效 网页特效代码 经典网页代码 特效代码 特效集锦 网页源代码 网页制作大宝库 网页制作代码 网页设计代码
一行文字中插入图片导致line-height在ie6下失效的解决方法
通常我们在设置文本的行高时候都会用到line-height属性,但如果文字和图片img标签处于同一行的时候,文字设置的行高line-height属性在ie6下就失效了,针对于此,我们可以选用下面的解决方法:
<html>
<style>
*{padding:0;margin:0}
ul{background:#ccc}
li{padding-left:15px;line-height:25px; height:25px; margin-top:5px;list-style:none;background:url(http://www.zuowangzhan.com/IMAGES/bottom_01.gif) left center no-repeat}
</style>
通常我们在设置文本的行高时候都会用到line-height属性,但如果文字和图片img标签处于同一行的时候,文字设置的行高line-height属性在ie6下就失效了,针对于此,我们可以选用下面的解决方法:
<html>
<style>
*{padding:0;margin:0}
ul{background:#ccc}
li{padding-left:15px;line-height:25px; height:25px; margin-top:5px;list-style:none;background:url(http://www.zuowangzhan.com/IMAGES/bottom_01.gif) left center no-repeat}
</style>
支持ie6最理想的两种css样式实现png图象透明效果
第1种效果:可以实现层内所有的png图片都是透明的效果
第2种效果:png图象作为透明背景图的效果
第3种效果:只针对某个png图片是透明的效果
更多的一些实现png图象透明的方法......
第1种效果:可以实现层内所有的png图片都是透明的效果
第2种效果:png图象作为透明背景图的效果
第3种效果:只针对某个png图片是透明的效果
更多的一些实现png图象透明的方法......
undefined
常用的免费网站在线客服代码
1.腾讯QQ在线客服代码
2.阿里巴巴贸易通在线状态代码
3.skype在线客服代码
4.MSN网站客服代码
5.雅虎通网页客服代码
6.淘宝旺旺客服代码
7. Google Talk 网页客服代码
更多....
1.腾讯QQ在线客服代码
2.阿里巴巴贸易通在线状态代码
3.skype在线客服代码
4.MSN网站客服代码
5.雅虎通网页客服代码
6.淘宝旺旺客服代码
7. Google Talk 网页客服代码
更多....
显示器右下角弹出访MSN广告经典代码
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>好好看看_www.haolook.com</title>
</head>
<Script language="javascript">
<!--
window.onload = getMsg;
window.onresize = resizeDiv;
window.onerror = function(){}
//短信提示使用(asilas添加)
...
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>好好看看_www.haolook.com</title>
</head>
<Script language="javascript">
<!--
window.onload = getMsg;
window.onresize = resizeDiv;
window.onerror = function(){}
//短信提示使用(asilas添加)
...
将指定网页添加到收藏夹的网页代码
<a href="javascript:window.external.addFavorite(http://www.haolook.com,好好看看文字说明 );"> 添加到收藏夹</a>
页面之间过度方式代码
Duration的值为网页动态过渡的时间,单位为秒。
Transition是过渡方式,它的值为0到23,分别对应24种过渡方式。如下:
0 盒状收缩
1 盒状放射
2 圆形收缩
3 圆形放射
..
<meta http-equiv="Page-Exit" content="revealTrans(Duration=3,Transition=5)">
Duration的值为网页动态过渡的时间,单位为秒。
Transition是过渡方式,它的值为0到23,分别对应24种过渡方式。如下:
0 盒状收缩
1 盒状放射
2 圆形收缩
3 圆形放射
..



2010/05/17 17:18 | by 

