Générateur de CSS
Codes Couleur
Générateur de Meta-Tags
Description des Balises Meta
Une bannière avec un menu déroulant
Une Fenêtre de Texte Défilant
Exemples avec la balise MARQUEE
Mettez du"style" dans vos formulaires!
Créer un flux RSS sur votre site
- - - - - - - -
Accueil
Flux RSS
Un lien
sur votre site
Contact
*****
*****
Il y a 2 visiteurs sur
Je Cree Mon Site
19-04-2018
Créez une Bannière publicitaire pour votre site, contenant un menu déroulant renvoyant sur différente page de votre site
| |
Ouverture dans
la même page. Le code pour la bannière ci-dessus |
<table width="468" height="60" border="0" background="http://www.jecreemonsite.net/im_ban/ban2_468x60.gif" > <tr> <td align="center" valign="bottom"> <select name="select2" id="select2" style="color:#6A2300; font-family:verdana; font-size:10px;" onchange="javascript:choix=this.value;if (choix != '-'){window.location='http://www.jecreemonsite.net/'+choix,''}"> <option value="-">Choisissez :</option> <option value="">Accueil</option> <option value="html_css/ban_menu.php">Le script pour cette bannière</option> <option value="html_css/">HTML CSS</option> <option value="javascript/">Javascript</option> <option value="cours_js/">Cours de Javascript</option> <option value="php/">PHP</option> </select> </td> </tr> </table> |
Infos CodeCette bannière est en html
sous forme de tableau Le menu déroulant : |
| |||
Ouverture dans une autre page Le code pour la bannière ci-dessus |
<table width="468" height="60" border="0" bgcolor="#3366CC"> <tr> <td width="62" height="60" valign="middle"> <a href="http://www.jecreemonsite.net/" target="_blank"> <img src="http://www.jecreemonsite.net/im_desg/Logo55x54.gif" width="55" height="54" border="0" alt="HTML CSS JAVASCRIPT PHP" /></a> </td> <td align="center" valign="middle"> <a href="http://www.jecreemonsite.net/" target="_blank"> <img src="http://www.jecreemonsite.net/im_desg/jcms.gif" width="140" height="24" border="0" alt="HTML CSS JAVASCRIPT PHP" /></a> <br /> <select name="select" id="select" style="color:#6A2300; font-family:verdana; font-size:10px;" onchange="javascript:choix=this.value;if (choix != '-'){window.open('http://www.jecreemonsite.net/'+choix,'')}"> <option value="-">Choisissez :</option> <option value="">Accueil</option> <option value="html_css/ban_menu.php">Le script pour cette bannière</option> <option value="html_css/">HTML CSS</option> <option value="javascript/">Javascript</option> <option value="cours_js/">Cours de Javascript</option> <option value="php/">PHP</option> </select> </td> <td width="62" height="60" valign="middle"><a href="http://www.jecreemonsite.net/" target="_blank"> <img src="http://www.jecreemonsite.net/im_desg/Logo55x54.gif" width="55" height="54" border="0" alt="HTML CSS JAVASCRIPT PHP" /></a> </td> </tr> </table> |
Infos CodeCette bannière est en html
sous forme de tableau Le menu déroulant : |