Ciao, chi sà come posso fare per mantenere la posizione giusta con i css anche su Mozilla?
Cioè quando uso un stile come questo in una tabella html:
in IE lo vedo posizionato nel modo giusto.. cioè in alto a destra, mentre in mozilla lo vedo sempre in alto a destra, ma fuori dalla tabella.. praticamente troppo in alto e troppo a destra..codice:.cerchi { background-attachment: fixed; background-image: url(cerchi.gif); background-repeat: no-repeat; background-position: right top; }
![]()