ASP+CSS Implementation list Alternate color _css/html

Source: Internet
Author: User

List interlace color refers to in the news and the list of articles, the first line and the back of the background color alternating display, can also be called zebra crossing, to the Web page can be a lot more. See small Yi in Bi's post "the standard under the color of the line of thought", the use of UL two lines of background repetition, although the method is good, but the height of Li can only use the background in the actual height, not flexible, so with Asp+css wrote a, using a custom list.

<%
set rs=
... Sql= "..."
rs.open sql,con,1,1
%>
<dl>
<% 
i=0 do whereas not
(rs.eof or err)% >
<dt><a href= "http://www.forest53.com/tutorials_show.asp?
Sortid=<%=rs ("SortID")%>&id=<%=rs ("id")%> "><%=rs (" Biaoti ")%> </a></dt
>
<% If i mod 2 = 0 then%>
<dd>
<% else%>
<dd class= "Two" > 
<% End If%>
<%=rs ("Zhaiyao")%>
</dd>
<%
i=i+1
loop
% >
</dl>

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.