zoukankan      html  css  js  c++  java
  • 导航链接添加背景图片替换样式

    HTMl代码:

    <div class="welcome_button">
      <ul>
    	<li><a href="#">signup</a></li>
    	<li><a href="#">login</a></li>								
      </ul>
    </div>
    

     

    CSS样式:

    <style type="text/css">
    .welcome_button { text-align: center; } .welcome_button ul { list-style:none; padding-top: 12px; padding-left: 130px; } .welcome_button ul li { background:url(../img/welcome_button.jpg) no-repeat top center; 190px; height:56px; text-align: center; line-height: 50px; margin-top:30px; } .welcome_button ul li a { color: #ffffff; display:block; text-decoration: none; } .welcome_button ul li a:hover { background:url(../img/welcome_button_hover.jpg) no-repeat; 190px; height:56px; text-align: center; line-height: 50px; color: #fff; }
    </style>

      

  • 相关阅读:
    编辑语言发展历史
    正则表达式
    css
    伪类和伪元素区别
    WEB 之API端口
    event flow (Dow)
    for衍生对象
    前端语言的发展
    document
    password user message email的正则表达式
  • 原文地址:https://www.cnblogs.com/emily1130/p/3695759.html
Copyright © 2011-2022 走看看