Pages
Petit cœur OR
Arc en ciel
Bienvenue sur le Blog Arc En Ciel
Texte change de couleur
Bienvenue à toi visiteur
Navigateur
DATE ET HEURE
Mardi 8 avril 2025 -
Translate
GLOBE
Bouton Stop
mardi
CODE COULEUR TRANSPARENT
COULEUR TRANSPARENTE Le code couleur html transparent est #00000 (5 pas 6). testé et approuvé.
dimanche
Player radio ; CODE
<object width="245" height="90"><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.radionomy.com/Flash/BannerEmbed.swf?RadUID=6817e154-5e8b-4bcc-9046-35a72047ff1e&titlesColor=1f001f&color=FFFFFF&autoPlay=yes&lang=fr" /><param name="wmode" value="transparent" /><embed
autrement copier/coller ceci dans un page htlm
src="http://www.radionomy.com/Flash/BannerEmbed.swf?RadUID=6817e154-5e8b-4bcc-9046-35a72047ff1e&titlesColor=1f001f&color=FFFFFF&autoPlay=yes&lang=fr" wmode="transparent" type="application/x-shockwave-flash" allowscriptaccess="always" width="245" height="90"></embed></object>
autrement copier/coller ceci dans un page htlm
src="http://www.radionomy.com/Flash/BannerEmbed.swf?RadUID=6817e154-5e8b-4bcc-9046-35a72047ff1e&titlesColor=1f001f&color=FFFFFF&autoPlay=yes&lang=fr" wmode="transparent" type="application/x-shockwave-flash" allowscriptaccess="always" width="245" height="90"></embed></object>
Faire commencer une vidéo a x secondes ; CODE
<object width="425" height="344"><param name="movie"
value="http://www.youtube.com/v/luW4f2glk0Q&hl=fr&fs=1&start=50"></param><param
name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"&
gt;</param><embed src="http://www.youtube.com/v/luW4f2glk0Q&hl=fr&fs=1&start=50"
type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425"
height="344"></embed></object>
value="http://www.youtube.com/v/luW4f2glk0Q&hl=fr&fs=1&start=50"></param><param
name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"&
gt;</param><embed src="http://www.youtube.com/v/luW4f2glk0Q&hl=fr&fs=1&start=50"
type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425"
height="344"></embed></object>
Arrière plan scrollant ; CODE
<!DOCTYPE html PUBLIC "http://pause-cafe.e-monsite.com">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Mettre un arrière plan scrollable dans un overflow:auto;</title>
<style type="text/css">
.parent_2
{
height:120px;
overflow:auto;
width:200px;
background:url('http://s1.e-monsite.com/2009/09/14/6539709figure-pale-400x239-jpg.jpg');
}
.ctn_2
{
background:url('http://s1.e-monsite.com/2009/09/14/6539709figure-pale-400x239-jpg.jpg');
color:#ff0000;
}
</style>
</head>
<body>
Arrière plan scrollant dans un overflow:auto;<br />
<div class="parent_2">
<div class="ctn_2">
Bonjour et bienvenue sur mon petit site.<br /><br /><br />j'espère que tu trouveras ce que tu cherche.<br /><br /><br /> ou bien une demande sur mon tchat en page d'accueil.
</div>
</div>
</body>
</html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Mettre un arrière plan scrollable dans un overflow:auto;</title>
<style type="text/css">
.parent_2
{
height:120px;
overflow:auto;
width:200px;
background:url('http://s1.e-monsite.com/2009/09/14/6539709figure-pale-400x239-jpg.jpg');
}
.ctn_2
{
background:url('http://s1.e-monsite.com/2009/09/14/6539709figure-pale-400x239-jpg.jpg');
color:#ff0000;
}
</style>
</head>
<body>
Arrière plan scrollant dans un overflow:auto;<br />
<div class="parent_2">
<div class="ctn_2">
Bonjour et bienvenue sur mon petit site.<br /><br /><br />j'espère que tu trouveras ce que tu cherche.<br /><br /><br /> ou bien une demande sur mon tchat en page d'accueil.
</div>
</div>
</body>
</html>
Les arrières plans fixe . CODE
<!DOCTYPE html PUBLIC "http://pause-cafe.e-monsite.com">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Mettre un arrière plan scrollable dans un overflow:auto;</title>
<style type="text/css">
.parent_1
{
height:120px;
overflow:auto;
width:200px;
background:url('http://s1.e-monsite.com/2009/09/14/6539709figure-pale-400x239-jpg.jpg');
color:#ff0000;
}
</style>
</head>
<body>
Arrière plan fixe dans un overflow:auto;<br />
<div class="parent_1">
Bonjour et bienvenue sur mon petit site.<br /><br /><br />j'espère que tu trouveras ce que tu cherche.<br /><br /><br /> ou bien une demande sur mon tchat en page d'accueil.
</div>
</body>
</html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Mettre un arrière plan scrollable dans un overflow:auto;</title>
<style type="text/css">
.parent_1
{
height:120px;
overflow:auto;
width:200px;
background:url('http://s1.e-monsite.com/2009/09/14/6539709figure-pale-400x239-jpg.jpg');
color:#ff0000;
}
</style>
</head>
<body>
Arrière plan fixe dans un overflow:auto;<br />
<div class="parent_1">
Bonjour et bienvenue sur mon petit site.<br /><br /><br />j'espère que tu trouveras ce que tu cherche.<br /><br /><br /> ou bien une demande sur mon tchat en page d'accueil.
</div>
</body>
</html>
Lien sur un bouton
Le code est :
<input type="button" value="Nom du bouton" onclick="self.location.href='Lien de la page à afficher';" />
Ceci est à insérer dans une ligne HTML sur une page. Si vous souhaitez mettre du texte juste avant à côté
Votre texte <input type="button" value="Nom du bouton" onclick="self.location.href='Lien de la page à afficher';" />
Inscription à :
Articles (Atom)