标签:scroll 样式 pre code pad href http lan ext
实现效果图:
背景图片:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> *{margin:0;padding:0;list-style-type:none;color: azure;text-decoration: none;} ul,ul li,ul li a { background: url("img/sprite.gif") no-repeat scroll left top; } ul { width: 100%; height: 40px; line-height: 40px; background-color:#CC0000; background-repeat: repeat-x; background-position: 0 0; } ul li { position: relative; float: left; padding:0 20px; background-position:0 -40px ;
} </style> </head> <body> <ul> <li><a href="#" >首页</a></li> <li><a href="#">素材</a></li> <li><a href="#" >图片</a> </li> <li> <a href="#" >图标</a> </li> </ul> </body> </html>
标签:scroll 样式 pre code pad href http lan ext
原文地址:http://www.cnblogs.com/iriliguo/p/6727375.html