Manipulation de layers
Fermé
slopera
-
27 sept. 2001 à 15:42
Bobinours Messages postés 2898 Date d'inscription jeudi 26 avril 2001 Statut Membre Dernière intervention 21 mars 2013 - 27 sept. 2001 à 16:21
Bobinours Messages postés 2898 Date d'inscription jeudi 26 avril 2001 Statut Membre Dernière intervention 21 mars 2013 - 27 sept. 2001 à 16:21
A voir également:
- Manipulation de layers
- Mode anti manipulation involontaire - Guide
- Mode anti manipulation - Forum Facebook
- Mauvaise manipulation - Forum Windows 10
- Manipulation pour desimlockage - Forum Sony
- Mauvaise manipulation - Forum Samsung
1 réponse
Bobinours
Messages postés
2898
Date d'inscription
jeudi 26 avril 2001
Statut
Membre
Dernière intervention
21 mars 2013
504
27 sept. 2001 à 16:21
27 sept. 2001 à 16:21
Utilise plutôt des DIVs (l'appellation des LAYERS en général est remplacé par DIV pour des raison de compatibilité).
Surtout que je crois que LAYER n'est pas supporté par IE (à vérifier).
--->
<html>
<head>
<TITLE>mon titre</title>
</head>
<body>
<DIV id=couche1 style="left:100px; top:100px;">
texte 1
</DIV>
<DIV id=couche2 style="left:500px; top:500px;">
texte 2
</DIV>
</body>
</html>
-= Bobinours =-
Surtout que je crois que LAYER n'est pas supporté par IE (à vérifier).
--->
<html>
<head>
<TITLE>mon titre</title>
</head>
<body>
<DIV id=couche1 style="left:100px; top:100px;">
texte 1
</DIV>
<DIV id=couche2 style="left:500px; top:500px;">
texte 2
</DIV>
</body>
</html>
-= Bobinours =-