您的位置:首页 > Web前端 > CSS

精通 CSS+DIV 网页样式与布局 79

2016-12-07 20:37 573 查看
–>

</style>

</head>

<body>

<table cellpadding=”0” cellspacing=”0” class=”banner”>

<tr><td><img src=”banner1_left.jpg” border=”0”></td></tr>

</table>

<table cellpadding=”0” cellspacing=”0” class=”links”>

<tr><td><a href=”#”>首页导读</a><a href=”#”>在线用户</a><a href=”#”>查

询网友</a><a href=”#”>在线好友</a><a href=”#”>好友名单</a><a href=”#”>查看

讯息</a><a href=”#”>发送讯息</a></td></tr>

</table>

</body>

</html>

<html>

<head>

<title> 鼠标变幻超链接 </title>

<style>

<!–

body{

padding:0px;

margin:0px;

background-color:#efe5e2;

}

table.banner{

background:url(banner2_bg.jpg) repeat-x;

width:100%;

}

table.links{

background:url(button3_bg.jpg) repeat-x;

font-size:12px;

width:100%

}

a{

width:80px; height:32px;

padding-top:10px;

text-decoration:none;

text-align:center;

background:url(button3.jpg) no-repeat; /* 超链接背景图片 */

}

a:link, a visited{color:#2d2d26;}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  css class