<! Doctype HTML public "-// W3C // dtd xhtml 1.0 transitional // en" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<HTML xmlns = "http://www.w3.org/1999/xhtml">
<Head>
<Meta http-equiv = "Content-Type" content = "text/html; charset = gb2312"/>
<Title> untitled document </title>
<Style type = "text/CSS">
*{
Font-family: "Courier New", courier, monospace;
Font-size: 12px;
}
/* Set the style of the external project list */
# Price {
List-style: none;
}
/* Set the style of the nested project list */
# Price Li ul {
Margin: 0;
Padding: 0;
Border: 0;
List-style-type: none;
}
# Price Li {
Position: relative;
}
/* Set the public style (font) in the project list header )*/
# Price Li span. Caption {
Font-size: 16px;
Font-weight: bold;
}
# Price Li span. Left {
Left: 0px;
}
# Price Li span. Right {
Position: absolute;
Left: 120px;
Top: 0;
}
</Style>
</Head>
<Body>
<Ul id = "price">
<Li> <SPAN class = "caption left"> AAA </span> <SPAN class = "caption right"> aaaaaaa </span>
<Ul>
<Li> <SPAN class = "Left"> li_row1_left </span> <SPAN class = "right"> l_r_r1 </span> </LI>
<Li> <SPAN class = "Left"> li_r2_l </span> <SPAN class = "right"> li_r_row2 </span> </LI>
<Li> <SPAN class = "Left"> li_row3_left </span> <SPAN class = "right"> li_r_r3 </span> </LI>
</Ul>
</LI>
</Ul>
</Body>
</Html>
(Note: For ease of copying and viewing, the Code insertion function is not used !)
: