How to make news list in div+css typesetting _css/html

Source: Internet
Author: User

CSS code:

. list{
 margin:0px 10px 20px;
 Text-align:left 
}

. List ul{
 list-style-type:none;
 margin:0px;
 padding:0px
}

. List li{
 background:url (/news/images/line.gif) Repeat-x bottom; 
 /* The dotted line at the bottom of the list *
 /width:100%;

List Li a{
 color: #777777;
 Display:block;
 padding:6px 0px 4px 15px;
 Background:url (/news/images/dot.gif) no-repeat 0 6px;
 /* The arrow picture on the left of the list/
}

. list Li span{
 float:right;/* to float the span element to the right * * *
 text-align:right;/* Date Align * * *

list li a:hover{
 color: #336699;
 Background:url (/news/images/dot2.gif) Repeat-x bottom;
}
  

Note: span must be placed in front, and vice versa will result in line wrapping

<ul class= "List" >
<li><span>2005 Year May 30 </span><a href= "#" > News headlines 01</a></ Li>
<li><span>2005 Year May 30 </span><a href= "#" > News title 02</a></li>
< Li><span>2005 year May 30 </span><a href= "#" > News title 03</a></li>
<li><span >2005 year May 30 </span><a href= "#" > News title 04</a></li>
</ul>
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.