css高手(谁能给我一个鼠标滑过切换内容的代码)急急!

来源:百度知道 编辑:UC知道 时间:2024/06/04 03:32:29
可以是一个页面多次使用的那种。。谢谢!!!谢谢
以下代码,,我要怎么改才可以在一个页面使用很多次呀

是滑动门效果么???

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>CSS 选项卡</title>
<style>
*{ padding:0px; margin:0px; font-size:12px}
.m{ width:620px; margin:0 auto;}
.xx{ width:500px; border:1px solid #ccc; float:left}
.xx2{width:300px; border:1px solid #ccc; float:right}
.t{}
ul{list-style:none}
.t ul{ list-style:none; border-bottom:1px solid #ccc; height:25px; line-height:25px; background:#eee; padding-left:5px;}
.t ul li{ float:left