Questo è il mio CSS
- body {
- background-attachment: fixed;
- background-image: url(img/splash_bg.png);
- }
- #splash {
- display: block;
- left: 50%;
- top: 50%;
- position: absolute;
- margin-top: -100px;
- margin-right: 0px;
- margin-bottom: 0px;
- margin-left: -325px;
- }
Questo è quello che ho inserito nell'html
- <div id="splash"><img src="img/splash_seeyousoon.png" width="650" height="200" /></div>
ci sono soluzioni migliori?

