html漂浮特效代码

html漂浮特效代码,第1张

网上搜网页漂浮特效,一大堆,实现原理也很简单

<div style="width:100pxheight:100pxposition:fixedz-index:99left:0top:50%margin-top:-50px">内容</div>

一楼说的不是很正确!

用HTML编写也行!(百度上面多的是)

<IMG src="图片路径" style="filter:invert()" border=0>反色

<IMG src="图片路径" style="filter:progid:DXImageTransform.Microsoft.Embos(Bias=0.7) " border=0>浮雕

<IMG src="图片路径" style="filter:wav(add=0,freq=3,lightstrength=50,phase=0,strength=3)" border=0>扭曲

<IMG src="图片路径" style="filter:Alpha(Opacity=80,style=3)" border=0>透明

<html>

<body>

<table width="300" height="300" border="1" style="text-align:centerfont-weight:bold">

<tr>

<td rowspan="2">A</td>

<td colspan="2">B</td>

</tr>

<tr>

<td>E</td>

<td rowspan="2">C</td>

</tr>

<tr>

<td colspan="2">D</td>

</tr>

</table>

</body>

</html>


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/6162300.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-03-16
下一篇 2023-03-16

发表评论

登录后才能评论

评论列表(0条)

保存