Doctype html>
<Html lang = "zh">
<Head>
<Meta charset = "UTF-8">
<Title> xuyaoxiang </title>
<Style>
Body {margin: 0px; padding: 0px ;}
. LavaLamp {
Position: relative;/* -- important --*/
Background-color: white;
Margin: 0px 0;/* -- important to IE --*/
Line-height: 28px;
Height: 28px;
}
. LavaLamp li {
Float: left;/* -- important --*/
List-style: none;
}
. LavaLamp li. back {
Width: 9px;
Background-color: # F66;
Height: 28px;/* -- more important --*/
Z-index: 1;/* -- more important --*/
Position: absolute;/* -- important --*/
}
. LavaLamp li {
Color: # 4F4F4F;
Z-index: 2;/* -- more important; for example, the value must be greater than the previous z-index --*/
Font-variant: small-caps;
Text-decoration: none;
Position: relative;/* -- important --*/
Margin: auto 10px;
}
</Style>
<Script type = 'text/javascript 'src = 'HTTP: // ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js? Ver = 1.2.6 '> </script>
<Script type = 'text/javascript 'src = 'HTTP: // shawnster.org/jQuery/lavalamp.min.js'> </script>
<Script type = 'text/javascript 'src = 'HTTP: // shawnster.org/jQuery/easing.js'> </script>
<Script type = "text/javascript">
$ (Function () {$ (". lavaLamp"). lavaLamp ({fx: "backout", speed: 333 })});
</Script>
</Head>
<Body>
<Div>
<Ul class = "lavaLamp">
<Li> <a target = "_ blank" href = "http://www.topit.me/fashion"> Fashion | Fashion </a> </li>
<Li> <a target = "_ blank" href = "http://www.topit.me/art"> Art | Art </a> </li>
<Li> <a target = "_ blank" href = "http://www.topit.me/photography"> Photography | Photography </a> </li>
<Li> <a target = "_ blank" href = "http://www.topit.me/design"> Design | Design </a> </li>
<Li> <a target = "_ blank" href = "http://www.topit.me/illustration"> Illustration | Illustration </a> </li>
<Li> <a target = "_ blank" href = "http://www.topit.me/featured"> Featured | subject </a> </li>
</Ul>
</Div>
</Body>
</Html>