diff options
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 54 |
1 files changed, 42 insertions, 12 deletions
diff --git a/static/index.html b/static/index.html index ecb4f82..dd04249 100755 --- a/static/index.html +++ b/static/index.html @@ -36,7 +36,8 @@ function MM_swapImage() { //v3.0 <style type="text/css"> -<!-- + + .white a:link { text-decoration: none; text-shadow: -1px 1px 1px #ccc; @@ -83,9 +84,18 @@ padding-top:12; -webkit-box-shadow: 5px 5px 100px #c8cbce; -moz-box-shadow: 5px 5px 100px #c8cbce; } +#info { + width:460px; + margin: 0px auto -1px auto; + height:372px; +padding-top:10; +padding-left:53; + + position: relative; + +} #horse { width:460px; -opacity:0.9; height:372px; padding-top:1; position: relative; @@ -95,14 +105,32 @@ background:url(/static/flyhorse.gif); } #babe { + + +} +#customer { + width:150px; +opacity:; +left:-90; +padding-top:160; +margin-top:-100; + +z-index:2; + position: absolute; +background:url(/static/guaranteed_customer_satisfaction.gif); + background-repeat:no-repeat; + +} +#riskfreee { width:460px; -opacity:0.9; - height:372px; -padding-top:1; +opacity:; +left:-80; +padding-top:570; +margin-top:-100; - position: relative; -background:url(/static/4a.gif); - background-position:40 132; + position: absolute; +background:url(/static/guarantee_risk_free.pn); + background-position:fixed; background-repeat:no-repeat; } @@ -198,7 +226,9 @@ padding-top:6px; border:solid 1px #eee; } ---> + + + </style> <body> @@ -214,12 +244,12 @@ padding-top:6px; </div> </div> </div> -<div id="main" align="center"><div id="horse"><div id="babe"> +<div id="main" align="center"><div id="horse"><div id="babe"><div id="customer"></div><div id="riskfree"></div> <p align="center"> <div id="registerbox"> - <div align="center"><a href="/chat")"><img src="/static/dumpmod1.png" border="0"></a></div> + <div align="center"><a href="/")"><img src="/static/dumpmod1.png" border="0"></a></div> </p> <p align="center" class="line">Talk with pictures!</p> @@ -250,7 +280,7 @@ padding-top:6px; </div> </h1> - </div> + <div id="info"> <img src="/static/vxhtml.gif"> <img src="/static/html_3_2.gif"> <img src="/static/validator-w3-org_vh40.gif"><img src="/static/geocities.gif"> <img src="/static/valid_html.gif" border="0"></div> </div> |
