|
kits graphiques
kits graphiques flash
animations flash
kits graphiques css (css templates)
|
|
#2
|
|||
|
|||
|
Voici une astuce vous permettant d'ajouter des URL dans les boutons flash et de les ouvrir dans une nouvelle fenêtre.
Si vous souhaitez faire un lien dans la même fenêtre remplacez simplement _blank par _self. Ouvrez le fichier file js/main.js et remplacez à la fin du fichier la fonction : Code:
function showPage(pageURL,button_id) {
hideContent(pageURL);
if (selected_button!="" && button_id!=selected_button) {
sendToASUnselectButton('anim_'+selected_button);
}
selected_button = button_id;
}
Code:
function showPage(pageURL,button_id) {
if (pageURL.substring(0,4).toLowerCase()=='http') {
window.open(pageURL, '_blank');
return;
};
hideContent(pageURL);
if (selected_button!="" && button_id!=selected_button) {
sendToASUnselectButton('anim_'+selected_button);
}
selected_button = button_id;
}
__________________
Cela nous fait toujours plaisir de vous lire dans notre rubrique témoignages... |
| Tags |
| animation flash, astuces, bannière flash ..., intro flash, kit graphique |
|
|