En poursuivant votre navigation sur notre site, vous acceptez l’utilisation de cookies afin d’améliorer votre navigation. En savoir plus Réduire
Plan du site  ·  Mentions Légales  ·  Statistiques  ·  Contact PatMax Web ·  PatMax Annuaire · 
FAQ
Connexion · M’enregistrer
Afin de bénéficier de l'intégralité des fonctions de ce forum il est conseillé de vous connecter
PatMax Scripts va fermer définitivement au mois d'avril 2024

Index du forum » ENTRAIDE » XOOIT

 
Poster un nouveau sujet Répondre au sujet
Message Auteur
 Sujet du message: Script curseur bulle avec son
Message Posté: Sam 18 Juil 2009 11:39 

Bonjour,

J'ai voulu installer ce script sur mon forum :
http://parents.imparfaits.xooit.fr/index.php
mais il ne fonctionne pas.Où dois-je le placer(pour ma part je l'ai mis dans l'overhead, juste après </style>

Voici mon template:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- link rel="stylesheet" href="http://img9.xooimage.com/files/8/3/9/zengarden-107f51e.css" type="text/css" -->
<style type="text/css">
<!--
/*
  zenGarden Theme for phpBB version 2+
  Created by larme d'ange
  http://lda-creation.conceptbb.com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
   background-image: url(http://img6.xooimage.com/files/1/0/a/plage16-107c9ef.jpg);
        background-attachment:fixed;
   background-color: {T_BODY_BGCOLOR};
   scrollbar-face-color: {T_TR_COLOR2};
   scrollbar-highlight-color: {T_TD_COLOR2};
   scrollbar-shadow-color: {T_TR_COLOR2};
   scrollbar-3dlight-color: {T_TR_COLOR3};
   scrollbar-arrow-color:  {T_BODY_LINK};
   scrollbar-track-color: {T_TR_COLOR1};
   scrollbar-darkshadow-color: {T_TH_COLOR1};
}

/* General font families for common tags */
font,th,td,p { font-family: {T_FONTFACE1} }
a:link,a:active,a:visited { color : {T_BODY_LINK}; }
a:hover      { text-decoration: underline; color : {T_BODY_HLINK}; }
hr   { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline   { background-image: url(http://img6.xooimage.com/files/6/6/e/jaune3-107d015.png);background-attachment:fixed;
              background-color: {T_TD_COLOR2};     1px double #82915A;
     -moz-border-radius:12px;
 }.bodyline2 { border : 2px double #82915A;
-moz-border-radius:12px; }

/* This is the outline round the main forum tables */
.forumline   { background-color: {T_TD_COLOR2}; border: 2px {T_TH_COLOR2} solid;2px double #82915A;-moz-border-radius:12px; }

/* Main table cell colours and backgrounds */
td.row1        { background-image: url(http://img6.xooimage.com/files/7/3/7/jaune-pale-107cf46.png);
background-repeat:repeat;}
td.row2        { background-image: url(http://img6.xooimage.com/files/c/a/6/jaune-pale-107cf91.png);
background-repeat:repeat; }
td.row3        { background-image: url(http://img6.xooimage.com/files/c/a/6/jaune-pale-107cf91.png); bacground-repeat:repeat; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
      background-color: {T_TD_COLOR2};
      background-image: url(http://img8.xooimage.com/files/c/4/f/cellpicvert-107f244.png);
}

/* Header cells - the blue and silver gradient backgrounds */
th   {
   color: {T_TD_COLOR2}; font-size: {T_FONTSIZE2}px; font-weight : bold;
   background-color: {T_BODY_LINK}; height: 25px;
   background-image: url(http://img4.xooimage.com/files/3/a/b/cellpic1-355ee.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
         background-image: url(http://img8.xooimage.com/files/c/4/f/cellpicvert-107f244.png);
         background-color:{T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
   height: 29px;
   border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
   font-weight: bold; border: {T_TD_COLOR2}; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
   background-image: url(http://img6.xooimage.com/files/c/a/6/jaune-pale-107cf91.png); border: {T_TH_COLOR3}; border-style: solid;
}

th.thHead,td.catHead { font-size: {T_FONTSIZE3}px; border-width: 0px 0px 0px 0px; -moz-border-radius-topleft: 12px;-moz-border-radius-topright: 12px;}
th.thSides,td.catSides,td.spaceRow    { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right    { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft     { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop    { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; -moz-border-radius-topleft: 12px; }
th.thCornerR { border-width: 0px 0px 0px 0px; -moz-border-radius-topright: 12px; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle   {
   font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1};
   text-decoration: none; line-height : 120%; color : {T_BODY_TEXT};
}

/* General text */
.gen { font-size : {T_FONTSIZE3}px; }
.genmed { font-size : {T_FONTSIZE2}px; }
.gensmall { font-size : {T_FONTSIZE1}px; }
.gen,.genmed,.gensmall { color : {T_BODY_TEXT}; }
a.gen,a.genmed,a.gensmall { color: {T_BODY_LINK}; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover   { color: {T_BODY_HLINK}; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu      { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
a.mainmenu      { text-decoration: none; color : {T_BODY_LINK};  }
a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }

/* Forum category titles */
.cattitle      { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
a.cattitle      { text-decoration: none; color : {T_BODY_LINK}; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink      { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
a.forumlink    { text-decoration: none; color : {T_BODY_LINK}; }
a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav         { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};}
a.nav         { text-decoration: none; color : {T_BODY_LINK}; }
a.nav:hover      { text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2   { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT}; }
a.topictitle:link   { text-decoration: none; color : {T_BODY_LINK}; }
a.topictitle:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.topictitle:hover   { text-decoration: underline; color : {T_BODY_HLINK}; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name         { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT};}

/* Location, number of posts, post date etc */
.postdetails      { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }

/* The content of the posts (body of text) */
.postbody { font-size : {T_FONTSIZE3}px; line-height: 18px}
a.postlink:link   { text-decoration: none; color : {T_BODY_LINK} }
a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}

/* Quote & Code blocks */
.code {
   font-family: {T_FONTFACE3}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR2};
   background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
   font-family: {T_FONTFACE1}; font-size: {T_FONTSIZE2}px; color: {T_FONTCOLOR1}; line-height: 125%;
   background-color: {T_TD_COLOR1}; border: {T_TR_COLOR3}; border-style: solid;
   border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright      { font-size: {T_FONTSIZE1}px; font-family: {T_FONTFACE1}; color: {T_FONTCOLOR1}; letter-spacing: -1px;}
a.copyright      { color: {T_FONTCOLOR1}; text-decoration: none;}
a.copyright:hover { color: {T_BODY_TEXT}; text-decoration: underline;}

/* Form elements */
input,textarea, select {
   color : {T_BODY_TEXT};
   font: normal {T_FONTSIZE2}px {T_FONTFACE1};
   border-color : {T_BODY_TEXT};
}

/* The text input fields background colour */
input.post, textarea.post, select {
   background-color : {T_TD_COLOR2};
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
   background-color : {T_TR_COLOR1};
   color : {T_BODY_TEXT};
   font-size: {T_FONTSIZE2}px; font-family: {T_FONTFACE1};
}

/* The main submit button option */
input.mainoption {
   background-color : {T_TD_COLOR1};
   font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
   background-color : {T_TD_COLOR1};
   font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: {T_TR_COLOR2}; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("http://img10.xooimage.com/files/f/o/formie-30d7c.css");
-->
</style>

/*  Script pour popup1 */
    <script type="text/javascript">
    var persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
    var startX = 4 //set x offset of bar in pixels
    var startY = 4 //set y offset of bar in pixels
    var verticalpos="fromtop" //enter "fromtop" or "frombottom"

    function iecompattest(){
    return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
    }

    function get_cookie(Name) {
    var search = Name + "="
    var returnvalue = "";
    if (document.cookie.length > 0) {
    offset = document.cookie.indexOf(search)
    if (offset != -1) {
    offset += search.length
    end = document.cookie.indexOf(";", offset);
    if (end == -1) end = document.cookie.length;
    returnvalue=unescape(document.cookie.substring(offset, end))
    }
    }
    return returnvalue;
    }

    function closebar(){
    if (persistclose)
    document.cookie="remainclosed=1"
    document.getElementById("topbar").style.visibility="hidden"
    }

    function staticbar(){
    barheight=document.getElementById("topbar").offsetHeight
    var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
    var d = document;
    function ml(id){
    var el=d.getElementById(id);
    if (!persistclose || persistclose && get_cookie("remainclosed")=="")
    el.style.visibility="visible"
    if(d.layers)el.style=el;
    el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
    el.x = startX;
    if (verticalpos=="fromtop")
    el.y = startY;
    else{
    el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
    el.y -= startY;
    }
    return el;
    }
    window.stayTopLeft=function(){
    if (verticalpos=="fromtop"){
    var pY = ns ? pageYOffset : iecompattest().scrollTop;
    ftlObj.y += (pY + startY - ftlObj.y)/8;
    }
    else{
    var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
    ftlObj.y += (pY - startY - ftlObj.y)/8;
    }
    ftlObj.sP(ftlObj.x, ftlObj.y);
    setTimeout("stayTopLeft()", 10);
    }
    ftlObj = ml("topbar");
    stayTopLeft();
    }

    for (i=1; i<100; i++) {
    var alerte = "{PRIVATE_MESSAGE_INFO}";
    if ( alerte == "Vous avez "+i+" nouveaux messages" || alerte == "Vous avez 1 nouveau message" || alerte == "You have "+i+" new messages" || alerte == "You have 1 new message" )
    {
    if (window.addEventListener)
    window.addEventListener("load", staticbar, false);
    else if (window.attachEvent)
    window.attachEvent("onload", staticbar);
    else if (document.getElementById)
    (window.onload=staticbar);
    }
    }
    </script>

/* Script pour popup 2*/
    <style type="text/css">
    #topbar{
    position:absolute;
    visibility: hidden;
    width: 300px;
    z-index: 20;
    padding: 4px 4px 4px 4px;
    background-image:url('http://img5.xooimage.com/files/7/e/f/bg_header-4bcfe.gif');
    border : 1px solid #9893C6;
    -moz-border-radius: 12px;
    }
    </style>
/*début script bulles*/
<!-- Script par PatMaxScripts -- http://patmax.info -->
<SCRIPT LANGUAGE="JavaScript" type="Text/Javascript">
<!-- Begin
<bgsound src="http://patmax.info/effet/bulles.wav" loop="infinite" volume="-500" name="mySound">
Image0 = new Image();
Image0.src = "http://patmax.info/effets/bulle.gif";
Amount = 20;
Ymouse = -50;
Xmouse = -50;
Ypos = new Array();
Xpos = new Array();
Speed = new Array();
rate = new Array();
grow = new Array();
Step = new Array();
Cstep = new Array();
nsSize = new Array();
ns = (document.layers)?1:0;
(document.layers)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt) {
Ymouse=(document.layers)?evnt.pageY-20:event.y-20;
Xmouse=(document.layers)?evnt.pageX:event.x;
}
(document.layers)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
for (i = 0; i < Amount; i++) {
Ypos[i] = Ymouse;
Xpos[i] = Xmouse;
Speed[i] = Math.random()*4+1;
Cstep[i] = 0;
Step[i] = Math.random()*0.1+0.05;
grow[i] = 8;
nsSize[i] = Math.random()*15+5;
rate[i] = Math.random()*0.5+0.1;
}
if (ns) {
for (i = 0; i < Amount; i++) {
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+Image0.src+" name='N' width="+nsSize[i]+" height="+nsSize[i]+"></LAYER>");
   }
}
else {
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++) {
document.write('<img id="si" src="'+Image0.src+'" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=50)">');
}
document.write('</div></div>');
}
function MouseBubbles() {
var hscrll = (document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll = (document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i = 0; i < Amount; i++){
sy = Speed[i] * Math.sin(270 * Math.PI / 180);
sx = Speed[i] * Math.cos(Cstep[i] * 4);
Ypos[i] += sy;
Xpos[i] += sx;
if (Ypos[i] < -40) {
Ypos[i] = Ymouse;
Xpos[i] = Xmouse;
Speed[i] = Math.random() * 6 + 4;
grow[i] = 8;
nsSize[i] = Math.random() * 15 + 5;
}
if (ns) {
document.layers['sn'+i].left = Xpos[i] + wscrll;
document.layers['sn'+i].top = Ypos[i] + hscrll;
}
else {
si[i].style.pixelLeft = Xpos[i] + wscrll;
si[i].style.pixelTop = Ypos[i] + hscrll;
si[i].style.width = grow[i];
si[i].style.height = grow[i];
}
grow[i] += rate[i];
Cstep[i] += Step[i];
if (grow[i] > 24) grow[i] = 25;
}
setTimeout('MouseBubbles()', 10);
}
MouseBubbles();
//  End -->
  </script>
 
    <script language="JavaScript">
    function favoris() {
    if ( navigator.appName != 'Microsoft Internet Explorer' )
    { window.sidebar.addPanel("Parents imparfaits","http://parents.imparfaits.xooit.fr",""); }
    else { window.external.AddFavorite("http://parents.imparfaits.xooit.fr","Parents imparfaits"); } }
    </script>

</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
/* Script pour popup3 */
<!-- BEGIN switch_user_logged_in -->
<table align="center" id="topbar" style="opacity:.80; filter:alpha(opacity=80); -moz-opacity:0.8;">
    <span><a href="" onclick="closebar(); return false">
     <tr>
          <td>
               <img src="http://img28.xooimage.com/files/4/4/e/mail-48x48-1103bcf.png" alt="{PRIVATE_MESSAGE_INFO}" align="center"></td>
          <td>
               <span style="color:#3253A4;"><center><a href="{U_PRIVATEMSGS}" class="gen" align="center"><b>{PRIVATE_MESSAGE_INFO}</b></a></span></center></td>
          <td><a href="" onclick="closebar(); return false"><img src="http://img44.xooimage.com/files/5/0/9/button-close-focused-676560.png" align="right;" title="Fermer la fenêtre"></a></td>
     </tr>
</table>
<!-- END switch_user_logged_in -->
<a name="top"></a>

<!--  début menu -->
            <table width="92%" cellspacing="0" cellpadding="10" border="0" align="center">
               <tr>
                  <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0">
                     <tr>
                        <td align="center"><a href="{U_INDEX}"><img src="http://img10.xooimage.com/files/4/8/2/logo-107ed2e.png" border="0" alt="{L_INDEX}" vspace="1" /></a></td></tr>
                        <td align="center" width="100%" valign="middle"><table cellspacing="0" cellpadding="2" border="0">
                           <tr>
                           <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">
                                            <!-- BEGIN switch_user_logged_out -->
        <br> 
 <a href="{U_PORTAL}"><b>Portail</b></a><img src="http://img1.xooimage.com/files/2/9/7/1-7830ed-7b6f5d-10f3012.gif">
 <a href="{U_INDEX}" class="mainmenu"><{L_Forum}</b></a><img src="http://img1.xooimage.com/files/2/9/7/1-7830ed-7b6f5d-10f3012.gif">
<a href="{U_FAQ}" class="mainmenu"><b>{L_FAQ}</b></a><img src="http://img1.xooimage.com/files/2/9/7/1-7830ed-7b6f5d-10f3012.gif">
<a href="{U_SEARCH}" class="mainmenu"><b>{L_SEARCH}</b></a><img src="http://img1.xooimage.com/files/2/9/7/1-7830ed-7b6f5d-10f3012.gif">
 <a href="{U_REGISTER}" class="mainmenu"><blink><b>{L_REGISTER}</b></blink></a> <img src="http://img1.xooimage.com/files/2/9/7/1-7830ed-7b6f5d-10f3012.gif">
<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><b>{L_LOGIN_LOGOUT}</b></a><br>
 <a href="http://parents.imparfaits.xooit.fr/portal.php?pid=2"target="_blank"><b>Partenaires</b></a><img src="http://img1.xooimage.com/files/2/9/7/1-7830ed-7b6f5d-10f3012.gif">
 <a href="http://parents.imparfaits.xooit.fr/portal.php?pid=4"target="_blank"><b>Bannières</b></a> <img src="http://img1.xooimage.com/files/2/9/7/1-7830ed-7b6f5d-10f3012.gif">
<a href=""target="_blank"><b>Contactez-nous</b></a>
                                                        <!-- END switch_user_logged_out -->

                                            <!-- BEGIN switch_user_logged_in -->
        <br>
<a href=" {U_PORTAL}"><b>Portail</b></a><img src="http://img2.xooimage.com/files/5/4/e/1-7830ed-7b6f5d-10f300e.gif">
        <a href="{U_INDEX}" class="mainmenu"><b>{L_Forum}</b></a> <img src="http://img2.xooimage.com/files/5/4/e/1-7830ed-7b6f5d-10f300e.gif">
        <a href="{U_FAQ}" class="mainmenu"target="_blank"><b>{L_FAQ}</b></a> <img src="http://img1.xooimage.com/files/2/9/7/1-7830ed-7b6f5d-10f3012.gif">
        <a href="{U_SEARCH}" class="mainmenu"><b>{L_SEARCH}</b></a><img src="http://img1.xooimage.com/files/2/9/7/1-7830ed-7b6f5d-10f3012.gif">
        <a href="{U_MEMBERLIST}" class="mainmenu"><b>{L_MEMBERLIST}</b></a><img src="http://img1.xooimage.com/files/2/9/7/1-7830ed-7b6f5d-10f3012.gif">
        <a href="{U_GROUP_CP}" class="mainmenu"><b>{L_USERGROUPS}</b></a><img src="http://img1.xooimage.com/files/2/9/7/1-7830ed-7b6f5d-10f3012.gif">
        <a href="{U_PROFILE}" class="mainmenu"><b>{L_PROFILE}</b></a><img src="http://img1.xooimage.com/files/2/9/7/1-7830ed-7b6f5d-10f3012.gif">
        <a href="{U_PRIVATEMSGS}"><b>{L_PRIVATEMSGS}</b></a><img src="http://img1.xooimage.com/files/2/9/7/1-7830ed-7b6f5d-10f3012.gif">
        <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><b>{L_LOGIN_LOGOUT}</b>
</a><br>
        <a href="http://parents.imparfaits.xooit.fr/portal.php?pid=2"target="_blank"><b>Partenaires</b></a><img src="http://img1.xooimage.com/files/2/9/7/1-7830ed-7b6f5d-10f3012.gif">
        <a href="http://parents.imparfaits.xooit.fr/portal.php?pid=3"target="_blank"><b>Echange de liens</b></a><img src="http://img1.xooimage.com/files/2/9/7/1-7830ed-7b6f5d-10f3012.gif">
       <a href=""target="_blank"><b>Contactez-nous</b></a><img src="http://img1.xooimage.com/files/2/9/7/1-7830ed-7b6f5d-10f3012.gif">
        <a href="http://parents.imparfaits.xooit.fr/portal.php?pid=4"target="_blank"><b>Bannières</b></a>

                             
           
         <div align="center"> <a href="http://parents.imparfaits.xooit.fr/chat2.php"target="_blank"><b>Chat</b></a><img src="http://img1.xooimage.com/files/2/9/7/1-7830ed-7b6f5d-10f3012.gif"></a>
       <img src="http://img1.xooimage.com/files/2/9/7/1-7830ed-7b6f5d-10f3012.gif">
        <a href="{U_SEARCH_NEW}"><b>Nouveaux posts</b></a>
              <!-- END switch_user_logged_in -->   <!--  fin menu -->
                                       
                                        </span></td></tr>
            </table></td>
         </tr>
      </table>

      <br />





Merci.


Hors ligne

Enregistré le:
Sam 18 Juil 2009 08:59
Messages: 3
Répondre en citant le message  
Haut  
 Sujet du message: Re: Script curseur bulle avec son
Message Posté: Dim 19 Juil 2009 12:12 

Bonjour,

C'est parce tu n'as pas insérer la ligne pour le son au bon endroit.
Il te faut donc supprimer cette ligne:
<bgsound src="http://patmax.info/effet/bulles.wav" loop="infinite" volume="-500" name="mySound">


Et la placer juste après cette ligne:
/*début script bulles*/


Je reconnais que l'explication n'est pas clair dans le script, et je procèderai à la modication de celle-ci des que j'ai un moment.

_________________
Ma satisfaction, que vous soyez satisfait.


Avatar de l’utilisateur
<font color=#AA0000><b>Fondateur</b></font>
Fondateur
Hors ligne

Enregistré le:
Mar 1 Nov 2005 19:45
Messages: 5117
Localisation: Centre France

Profil  Site Internet Voir la position géographique du membre
Répondre en citant le message  
Haut  
 Sujet du message: Re: Script curseur bulle avec son
Message Posté: Mer 22 Juil 2009 19:02 

Bonjour,

J'ai effectuée la modif, mais il ne fonctionne toujours pas:
pas de son et l'image de la bulle reste fixe en haut à gauche de l'écran.

merci.


Hors ligne

Enregistré le:
Sam 18 Juil 2009 08:59
Messages: 3
Répondre en citant le message  
Haut  
 Sujet du message: Re: Script curseur bulle avec son
Message Posté: Mer 22 Juil 2009 20:06 

Il fonctionne très bien sur ton forum.
Si tu rencontres ce genre de problème ce n'est pas du au script, mais à ton navigateur qui n'ai autre que Mozilla.
Il faut savoir ce que l'on veut..... Un navigateur qui va vite mais n'affiche pas tout, ou un navigateur qui traine mais affiche toutes les options des sites.

Tu devrais peut-être essayer Google Chrome


Je viens de regarder de plus près ce que tu avais fais.
Pour le son il y a une erreur dans la ligne du son.
Il faut ajouter un s à effet ce qui donne
<bgsound src="http://www.patmax.info/effets/bulles.wav" loop="infinite" volume="-500" name="mySound">

_________________
Ma satisfaction, que vous soyez satisfait.


Avatar de l’utilisateur
<font color=#AA0000><b>Fondateur</b></font>
Fondateur
Hors ligne

Enregistré le:
Mar 1 Nov 2005 19:45
Messages: 5117
Localisation: Centre France

Profil  Site Internet Voir la position géographique du membre
Répondre en citant le message  
Haut  
 Sujet du message: Re: Script curseur bulle avec son
Message Posté: Mer 22 Juil 2009 23:23 

Merci beaucoup pour votre réponse rapide;

Par contre je n'ai fait que recopier votre script.


Hors ligne

Enregistré le:
Sam 18 Juil 2009 08:59
Messages: 3
Répondre en citant le message  
Haut  
 
Poster un nouveau sujet Répondre au sujet



Qui est en ligne

Utilisateurs parcourant ce forum : Aucun utilisateur enregistré et 12 invités


Afficher les messages postés depuis:   Trier par  
Aller à:  

Vous ne pouvez pas poster de nouveaux sujets
Vous ne pouvez pas répondre aux sujets
Vous ne pouvez pas modifier vos messages
Vous ne pouvez pas supprimer vos messages
Vous ne pouvez pas joindre des fichiers

Index du forum » ENTRAIDE » XOOIT

cron

Votre site ici

Inscrire votre site        Voir plus de boutons
 

Reproduction strictement interdite sans l'autorisation de l'administrateur.

PatMax © 2006 - 2008
Développé par phpBB® Forum Software © phpBB Group    
Traduit par phpBB-fr.com
Thème graphique par PatMax ©