Vous êtes perdu sur le forum ? Notre page d'accueil est là pour vous guider avec son menu rapide vers les principaux forums !
Vous ne vous souvenez plus d'une règle pour les clashs ou pour les commandes ? Notre page réunissant <a href="https://angels-design.forumactif.com/Les-regles-d-Angels-Design-h1.htm">toutes les règles du forum</a> est là pour vous aider !

Rejoignez le forum, c’est rapide et facile

Vous êtes perdu sur le forum ? Notre page d'accueil est là pour vous guider avec son menu rapide vers les principaux forums !
Vous ne vous souvenez plus d'une règle pour les clashs ou pour les commandes ? Notre page réunissant <a href="https://angels-design.forumactif.com/Les-regles-d-Angels-Design-h1.htm">toutes les règles du forum</a> est là pour vous aider !
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
-39%
Le deal à ne pas rater :
Ordinateur portable ASUS Chromebook Vibe CX34 Flip
399 € 649 €
Voir le deal

Aller en bas
okba60
okba60
Ange sympa
Masculin
Nombre de messages : 65
Réputation : 0
Points : 0
Date d'inscription : 04/11/2007
http://airgraphic.forumsactifs.com/index.htm

aide Empty aide

Sam 05 Jan 2008, 19:38
Bonjour,
Je voudrasi savoir comment faire pour avoir une barre de navigation comme celle de ce forum.
Ce n'est pas d flash mais je ne sais pas c'est quoi.
Merci d'avance.

voila le code source ou je crois que c''est dedans:
Code:
var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc)
var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only

if (document.getElementById){ http://DynamicDrive.com change
document.write('<style type="text/css">\n')
document.write('.submenu{display: none;}\n')
document.write('</style>\n')
}

function SwitchMenu(obj){
   if(document.getElementById){
   var el = document.getElementById(obj);
   var ar = document.getElementById("masterdiv").getElementsByTagName("span"); http://DynamicDrive.com change
      if(el.style.display != "block"){ http://DynamicDrive.com change
         for (var i=0; i<ar.length; i++){
            if (ar[i].className=="submenu") http://DynamicDrive.com change
            ar[i].style.display = "none";
         }
         el.style.display = "block";
      }else{
         el.style.display = "none";
      }
   }
}

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 onloadfunction(){
if (persistmenu=="yes"){
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
var cookievalue=get_cookie(cookiename)
if (cookievalue!="")
document.getElementById(cookievalue).style.display="block"
}
}

function savemenustate(){
var inc=1, blockid=""
while (document.getElementById("sub"+inc)){
if (document.getElementById("sub"+inc).style.display=="block"){
blockid="sub"+inc
break
}
inc++
}
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid
document·cookie=cookiename+"="+cookievalue
}

if (window.addEventListener)
window.addEventListener("load", onloadfunction, false)
else if (window.attachEvent)
window.attachEvent("onload", onloadfunction)
else if (document.getElementById)
window.onload=onloadfunction

if (persistmenu=="yes" && document.getElementById)
window.onunload=savemenustate

</script>


<style type="text/css">
<!--
.style1 {color: #FF0000}
.style3 {color: #333333}
.style4 {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 12px;
}
.style6 {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 12px;
}
-->
</style>
<body>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="180" valign="top" align="left">
<table width="177" height="840" border="0" align="left" cellpadding="0" id="Table_01" style="border-collapse: collapse">
   <tr>

      <td height="816">
         <img border="0" src="vista/menu.png"></td>
   </tr>
   <tr>
      <td>
 </td>
   </tr>
   <tr>
      <td height="1">

      <img src="vista/menu.png" alt="" name="box_03" width="184" height="1" id="box_03" /></td>
   </tr>
</table>
<br />
<td width="0"></td>
</td>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top"><p>
    <!-- End Left Column Code -->
<!-- content table -->
<!-- open content container -->

<div align="center">
   <div class="page" style="width:95%; text-align:left">
      <div style="padding:0px 8px 0px 8px">



<!-- Start vBGuides Season -->

<!-- End vBGuides Season -->
<!--top dock -->
<div class="dock" id="dock">
  <div class="dock-container">
     <a class="dock-item" href="http://vista.sur-le-web.fr"><img src="http://vista.sur-le-web.fr/forum/fisheye/images/home.png" alt="home" /><span>Accueil</span></a>
     <a class="dock-item" href="sendmessage.php"><img src="fisheye/images/email.png" alt="contact" /><span>Contact</span></a>
     <a class="dock-item" href="vbrgalerie.php"><img src="http://vista.sur-le-web.fr/forum/fisheye/images/portfolio.png" alt="portfolio" /><span>Portfolio</span></a>
     <a class="dock-item" href="#"><img src="http://vista.sur-le-web.fr/forum/fisheye/images/music.png" alt="http://vista.sur-le-web.fr/forum/vBRadio.php" /><span>Musique</span></a>
     <a class="dock-item" href="#"><img src="http://vista.sur-le-web.fr/forum/fisheye/images/video.png" alt="video" /><span>Video</span></a>
     <a class="dock-item" href="search.php"><img src="http://vista.sur-le-web.fr/forum/fisheye/images/history.png" alt="history" /><span>Historique</span></a>
     <a class="dock-item" href="calendar.php"><img src="http://vista.sur-le-web.fr/forum/fisheye/images/calendar.png" alt="calendar" /><span>Calendrier</span></a>
     <a class="dock-item" href="#"><img src="http://vista.sur-le-web.fr/forum/fisheye/images/rss.png" alt="rss" /><span>RSS</span></a>

     <a class="dock-item" href="#"><img src="http://vista.sur-le-web.fr/forum/fisheye/images/rss.png" alt="rss" /><span>RSS</span></a>
     <a class="dock-item" href="#"><img src="http://vista.sur-le-web.fr/forum/fisheye/images/rss2.png" alt="rss" /><span>RSS2</span></a>
  </div>
</div>

<!--dock menu JS options -->
<script type="text/javascript">
   
   $(document).ready(
      function()
      {
         $('#dock').Fisheye(
            {
               maxWidth: 50,
               items: 'a',
               itemsText: 'span',
               container: '.dock-container',
               itemWidth: 40,
               proximity: 90,
               halign : 'center'
            }
         )
         $('#dock2').Fisheye(
            {
               maxWidth: 60,
               items: 'a',
               itemsText: 'span',
               container: '.dock-container2',
               itemWidth: 40,
               proximity: 80,
               alignment : 'left',
               valign: 'bottom',
               halign : 'center'
            }
         )
      }
   );

</script>
<br />

<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>

   <td class="alt1" width="100%">
      
         <div class="navbar" style="font-size:10pt"><a href="index.php" accesskey="1"><img class="inlineimg" src="http://vista.sur-le-web.fr/forum/vista/misc/navbits_start.gif" alt="" border="0" /></a> <strong>Astuces-Vista</strong></div>
      
   </td>   
   
   
      
      <td class="alt2" nowrap="nowrap" style="padding:0px">
         
      <!-- login form -->
      <form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
      <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=368"></script>
      <table cellpadding="0" cellspacing="3" border="0">

      <tr>
         <td class="smallfont"><label for="navbar_username">Identifiant</label></td>
         <td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="Identifiant" onfocus="if (this.value == 'Identifiant') this.value = '';" /></td>
         <td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />Se souvenir de moi ?</label></td>
      </tr>
      <tr>
         <td class="smallfont"><label for="navbar_password">Mot de passe</label></td>

         <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
         <td><input type="submit" class="button" value="S'identifier" tabindex="104" title="Insérez votre identifiant et mot de passe dans les cases correspondantes pour vous connecter, ou cliquez sur le bouton « S'inscrire » pour créer un profil personnel." accesskey="s" /></td>
      </tr>
      </table>
      <input type="hidden" name="s" value="" />
      <input type="hidden" name="do" value="login" />      
      <input type="hidden" name="vb_login_md5password" />
      <input type="hidden" name="vb_login_md5password_utf" />
      </form>

      <!-- / login form -->
         
      </td>
      
      
   
</tr>
</table>
<!-- / breadcrumb, login, pm info -->

<!-- nav buttons bar -->
<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
   
   
      <td class="vbmenu_control"><a href="register.php" rel="nofollow">S'inscrire</a></td>
   
   
   <td class="vbmenu_control"><a href="faq.php" accesskey="5">FAQ</a></td>

   <td class="vbmenu_control"><a href="memberlist.php">Membres</a></td>
<script type="text/javascript">
<!--

function OpenRadio(){
Radio = window.open('vBRadio.php','vBRadio','directories=no,height=320,width=650,location=no,menubar=no,resizable=no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpenRadio()">vBRadio</a></td>
 <td class="vbmenu_control"><a href="calendar.php">Calendrier</a></td>
   
         
            
      
         
         <td class="vbmenu_control"><a href="search.php?do=getdaily" accesskey="2">Messages du jour</a></td>
         
         <td id="navbar_search" class="vbmenu_control"><a href="search.php" accesskey="4" rel="nofollow">Recherche</a> </td>
      
      
   
   
   

</tr>
</table>
<!-- / nav buttons bar -->

<br />



<!-- NAVBAR POPUP MENUS -->
      
   
   
   <!-- header quick search form -->
   <div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
      <table cellpadding="4" cellspacing="1" border="0">
      <tr>

         <td class="thead">Recherche dans les forums</td>
      </tr>
      <tr>
         <td class="vbmenu_option" title="nohilite">
            <form action="search.php?do=process" method="post">
               <input type="hidden" name="do" value="process" />
               <input type="hidden" name="quicksearch" value="1" />
               <input type="hidden" name="childforums" value="1" />

               <input type="hidden" name="exactname" value="1" />
               <input type="hidden" name="s" value="" />
               <div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="Go" tabindex="1004" /></div>
               <div style="margin-top:6px">
                  <label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />Voir les discussions</label>
                  
                  <label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />Voir les messages</label>
               </div>               
            </form>

         </td>
      </tr>
      <tr>
         <td class="vbmenu_option"><a href="search.php" accesskey="4" rel="nofollow">Recherche avancée</a></td>
      </tr>
      
      </table>
   </div>
   <!-- / header quick search form -->

   

   
<!-- / NAVBAR POPUP MENUS -->

<!-- PAGENAV POPUP -->

   <div class="vbmenu_popup" id="pagenav_menu" style="display:none">
      <table cellpadding="4" cellspacing="1" border="0">
      <tr>
         <td class="thead" nowrap="nowrap">Aller à la page...</td>
      </tr>
      <tr>

         <td class="vbmenu_option" title="nohilite">
         <form action="index.php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
            <input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
            <input type="button" class="button" id="pagenav_ibtn" value="Go" />
         </form>
         </td>
      </tr>
      </table>
   </div>

<!-- / PAGENAV POPUP -->
 
<style type="text/css">
.td {
        background-color: #F5F5FF;
        font-weight: bold;
        h: expression(onmouseover=new Function("this.style.backgroundColor='#E1E4F2'; this.style.color='#000';"),
                    onmouseout=new Function("this.style.backgroundColor='#F5F5FF'; this.style.color='#fff';"));
    }
.td:hover {
        background-color: #E1E4F2;
        color: #000;
    }

.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
border: 1px solid #000000;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
border: 1px solid #FFFFFF;
}
.highslide {
   cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
   border: 2px solid gray;
}
.highslide:hover img {
   border: 2px solid silver;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
   
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
   color: white;
   font-size: 9px;
   font-weight: bold;
   text-transform: uppercase;
    text-decoration: none;
   padding: 3px;
   border-top: 1px solid white;
   border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
   font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.confiror {
   width: 80%;
   padding:10px;
   filter:shadow(color:#A1CAE4 ,
yoyoman2005g
yoyoman2005g
Ange assidu
Masculin
Nombre de messages : 170
Réputation : 0
Points : 0
Date d'inscription : 04/11/2006
http://frgraphx.forumpro.fr/index.htm

aide Empty Re: aide

Sam 05 Jan 2008, 19:51
Pour avoir une barre de naviguation sur un forumactif?

Va dans le panneau d'administration, ensuite dans thème, une fois rendu là, va dans la gestion rapide des images, tu peu apersevoir tous les boutons et les changer par une autres images.

en code, je crois qu,il te faudrais faire un barre de navigation, la découper et donné une image à chaque lien...
okba60
okba60
Ange sympa
Masculin
Nombre de messages : 65
Réputation : 0
Points : 0
Date d'inscription : 04/11/2007
http://airgraphic.forumsactifs.com/index.htm

aide Empty Re: aide

Sam 05 Jan 2008, 21:01
Ce n'est pas ce que je cherche, tu as mal compris. Je recherche comment faire une barre de navig comme sur le forum dont j'ai donée le lien(cliquer sur ce forum)

Merci d'avance.
yoyoman2005g
yoyoman2005g
Ange assidu
Masculin
Nombre de messages : 170
Réputation : 0
Points : 0
Date d'inscription : 04/11/2006
http://frgraphx.forumpro.fr/index.htm

aide Empty Re: aide

Sam 05 Jan 2008, 21:26
haaaa lol ok dsl :P Je sais que c'est un roket dock, mais comment le mettre en html, dunno dsl :(
okba60
okba60
Ange sympa
Masculin
Nombre de messages : 65
Réputation : 0
Points : 0
Date d'inscription : 04/11/2007
http://airgraphic.forumsactifs.com/index.htm

aide Empty Re: aide

Dim 06 Jan 2008, 10:19
Non je voudrais savoir ou le trouves et télécharger le script.
Merci d'avance.
gekko
gekko
Petit démon
Masculin
Nombre de messages : 704
Logiciel : Suite CS4 : Flash CS4, Dreamweaver CS4, Firework CS4, Photoshop CS4
Réputation : 2
Points : 95
Date d'inscription : 30/08/2006

Détails sur le membre
Logiciel principal: Aucun
Ma disponibilité: Toujours
Spécialités graphiques: Aide technique
http://www.bozomedia.com

aide Empty Re: aide

Dim 06 Jan 2008, 18:02
Pas besoin de script c'est une couleur de fond avec du text et quand tu passe dessus il y a un script css rollover qui chnage la couleur du texte...
okba60
okba60
Ange sympa
Masculin
Nombre de messages : 65
Réputation : 0
Points : 0
Date d'inscription : 04/11/2007
http://airgraphic.forumsactifs.com/index.htm

aide Empty Re: aide

Mer 09 Jan 2008, 22:15
Et comment le faire
Orange
Orange
Staff
Masculin
Nombre de messages : 4109
Réputation : 15
Points : 90
Date d'inscription : 26/03/2005

Détails sur le membre
Logiciel principal: Photoshop
Ma disponibilité: Une fois par an :)
Spécialités graphiques: Codeur

aide Empty Re: aide

Mar 24 Juin 2008, 00:24
Bonjour

Ce sujet va être déplacé dans le sous forum "Archives" du forum "Entraide" pour l'une des raisons suivantes:

- Le demandeur a eu sa réponse
- Ce sujet est vieux

Si vous pensez qu'il ne doit pas être archivé, n'hésitez pas à m'écrire
un message privé en donnant le lien du sujet ainsi que les raisons.

Orangeloulou.
Contenu sponsorisé

aide Empty Re: aide

Revenir en haut
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum