Bonjour,
Je cherche à changer la position de scroll initiale d'un iframe mais je ne trouve pas comment faire.
Voici mon code CSS :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13 #frame { width: 100px; height: 100px; border: none; zoom : 3; overflow : hidden; -moz-transform: scale(0.9); -moz-transform-origin: 0 0; -o-transform: scale(0.2); -o-transform-origin: 0 0; -webkit-transform: scale(0.7); -webkit-transform-origin: 0 0; }
Partager