immagine centrata anche se si scorre da sinistra a destra

shock_estremo

Nuovo Utente
17 Dic 2008
15
0
0
Salve ragazzi sapete dirmi se è possibile far restare un immagine centrale anche se si scorre la pagina da sinistra a destra?
Cioè come se si spostasse al centro ogni volta che si scorre la pagina =)
 
ciao
prova a metterla in un div del tipo

HTML:
<style type="text/css">
.fisso{
background-color:#993300;
width:100px;
height:100px;
position: fixed;
right:20%;
top:20%;
z-index:99;}
</style>
 

Discussioni simili