Bonjour,
je voudrais réaliser une page classic mais avec un fond transparent.
Cependant j'ai une partie avec une couleur et du texte et je voudrais le conserver.
Je laisse le script ci dessous si vous voulez mieux comprendre.
Quelqu'un peu m'aider ? mici
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Document sans titre</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
}
.Style2 {color: #FFFF00; font-weight: bold; }
.bouton1 {
font-size: 1cm;
font-weight: bold;
color: #FF0000;
background-color: #FFFFFF;
height: 1.5cm;
}
-->
</style>
</head>
,
----
Nom :,
<?php echo $row_Recordset1['nom']; ?>,
----
Prénom :,
<?php echo $row_Recordset1['prenom']; ?>,
----
,
</html>