The method of making news list in web typesetting with DIV+CSS

Source: Internet
Author: User
Tags dashed line
css| Web page 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 dashed 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 on the left of the list * *
}

. List Li span{
Float:right;/* makes span elements float to the right
text-align:right;/* Date Right Alignment * *
}

. 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

Xhtml:


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.