Bonjour,
Essayez ce code,
UNIQUEMENT SOUS FIREFOX !!!<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
[ Lien ]">
<html xmlns="
[ Lien ]" lang="fr" xml:lang="fr">
<head>
<style>
#fond {
width: 100%;
height: 100%;
background-color: #000000;
position: fixed;
left: 0px;
top: 0px;
z-index: 1;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
#form {
width: 460px;
height: 400px;
background: #edf1e6;
position: fixed;
top: 50%;
left: 50%;
margin-top: -165px;
margin-left: -200px;
z-index: 2;
}
</style>
</head>
<body>
<div id="form">
<input type="text">
</div>
<div id="fond">
</div>
</body>
</html>
Le problème est que le <input> n'a pas de curseur ...
Avez-vous une explication ??? J'ai beau chercher, je vois pas pourquoi :(.
Merci de votre aide.