<! 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> CSS sliding door technology-www.56rr.cn </title>
<Style type = "text/CSS">
<! --
Body, TD, Th {
Font-size: 12px;
}
. Mainbox {width: 760px; margin: 5px auto ;}
. Body01 {width: 435px; float: Left; Height: 22px ;}
. Menua2 {}
. Menua2 ul {margin: 0; padding: 0}
. Menua2 Li {float: Left; List-style.: none ;}
. Menua2. Active {
Width: 87px;
Padding: 6px 0 2px;
Cursor: pointer;
Text-align: center;
Background-color: # 6699ff;
}
. Menua2. Normal {background-color: # 6699ff; width: 87px; padding: 6px 0 2px; cursor: pointer; text-align: Center}
. Menua2. Over {background-color: # 6699ff; width: 87px; padding: 6px 0 2px; cursor: pointer; text-align: Center}
. Menua2 Li a {text-Decoration: None}
. Menua2 Li A: hover {text-Decoration: underline}
. Content1 {text-align: Left; width: pixel PX; float: Left; Border: 1px solid # CCC; border-top: none; padding: 0 5px}
. Content1. PIC {float: Left; line-Height: 200% ;}
Body {
Margin-left: 0px;
Margin-top: 0px;
Margin-Right: 0px;
Margin-bottom: 0px;
}
-->
</Style>
</Head>
<Script language = "JavaScript" type = "text/JavaScript">
Function motionchange (ID)
{
For (VAR I = 1; I <= 3; I ++)
{
If (I = ID)
{
Document. getelementbyid ("motionchange" + I). style. Display = "Block ";
}
Else
Document. getelementbyid ("motionchange" + I). style. Display = "NONE ";
}
}
</SCRIPT>
<Body>
<Div class = "mainbox">
<Div class = "body01">
<Div id = "motionchange1" style = "display: Block">
<Div class = "menua2">
<Ul>
<Li class = "active" onmouseover = "motionchange (1) "> <a href =" # "> 001 </a> _ fcksavedurl =" "#"> 001 </a> "_ fcksavedurl =" "#"> 001 </ a> "</LI>
<Li class = "normal" onmouseover = "motionchange (2)"> <a href = "#"> 002 </a> </LI>
<Li class = "normal" onmouseover = "motionchange (3)"> <a href = "#"> 003 </a> </LI>
</Ul>
</Div>
<Div class = "content1" id = "onearea">
<Div class = "pic"> 001 </div>
</Div>
</Div>
<Div id = "motionchange2" style = "display: none">
<Div class = "menua2">
<Ul>
<Li class = "normal" onmouseover = "motionchange (1)"> <a href = "#"> 001 </a> </LI>
<Li class = "active" onmouseover = "motionchange (2)"> <a href = "#"> 002 </a> </LI>
<Li class = "normal" onmouseover = "motionchange (3)"> <a href = "#"> 003 </a> </LI>
</Ul>
</Div>
<Div class = "content1" id = "onearea">
<Div class = "pic"> 002 </div>
</Div>
</Div>
<Div id = "motionchange3" style = "display: none">
<Div class = "menua2">
<Ul>
<Li class = "normal" onmouseover = "motionchange (1)"> <a href = "#"> 001 </a> </LI>
<Li class = "normal" onmouseover = "motionchange (2)"> <a href = "#"> 002 </a> </LI>
<Li class = "active" onmouseover = "motionchange (3)"> <a href = "#"> 003 </a> </LI>
</Ul>
</Div>
<Div class = "content1" id = "onearea">
<Div class = "pic"> 003 </div>
</Div>
</Div>
</Div>
</Div>
</Body>
</Html>