diff options
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/static/index.html b/static/index.html index 38d4977..ecb4f82 100755 --- a/static/index.html +++ b/static/index.html @@ -36,12 +36,6 @@ function MM_swapImage() { //v3.0 <style type="text/css"> - - - - - - <!-- .white a:link { text-decoration: none; @@ -91,7 +85,7 @@ padding-top:12; } #horse { width:460px; - +opacity:0.9; height:372px; padding-top:1; position: relative; @@ -100,6 +94,18 @@ background:url(/static/flyhorse.gif); background-repeat:no-repeat; } +#babe { + width:460px; +opacity:0.9; + height:372px; +padding-top:1; + + position: relative; +background:url(/static/4a.gif); + background-position:40 132; + background-repeat:no-repeat; + +} #bottombar{ top: 69px; left:0px; @@ -193,11 +199,6 @@ padding-top:6px; } --> - - - - - </style> <body> @@ -213,7 +214,7 @@ padding-top:6px; </div> </div> </div> -<div id="main" align="center"><div id="horse"> +<div id="main" align="center"><div id="horse"><div id="babe"> <p align="center"> |
