j'ai installé (et utilise) avec succès le MOD "ACP Announcement Centre 1.2.5" (https://www.phpbb.com/community/viewtop ... 9&t=981855 / http://www.phpbbmods.co.uk/viewtopic.php?f=31&t=207)
sur mon forum : http://hellfire.ninesages.org/forum
Mon problème est le suivant: lorsque j'insère une table (avec les bbcodes inhérents), à chaque passage de la souris sur le tableau, il devient un surbrillance.
Voici le bbcode pour les tables
Code : Tout sélectionner
[table] >> <div id="post_table"><center><table align="center" cellspacing=5 cellpadding=0 style="margin:0 0 0 0; border:1px dotted silver; border-collapse:collapse; " >{TEXT1}</table></center></div>
[tr] >> <tr>
[td] >> <td valign=top>
[/td] >> </td>
[/td] >> </tr>
J'utilise le template "Epoch Pro" de Spieleresidenz, basé sur prosilver.
En analysant, je pense que c'est la fonction "hover" dans les propriétés de la fiche CSS qui gèrent cette surbrillance. En cherchant dans la feuille de style active du forum, j'ai ceci comme informations avec "hover":
Code : Tout sélectionner
a#logo:hover {
text-decoration: none;
}
tr.hover {
text-decoration: none;
hover-color: none;
background-color: transparent;
text-decoration: none;
}
tr:hover {
text-decoration: none;
hover-color: none;
background-color: transparent;
text-decoration: none;
}
table.table1 tbody tr:hover, table.table1 tbody tr.hover {
text-decoration: none;
hover-color: none;
background-color: transparent;
text-decoration: none;
}
.pagination span a:hover {
border-color: #d2d2d2;
background-color: #d2d2de;
color: #457C4B;
text-decoration: none;
}
.row .pagination span a:hover, li.pagination span a:hover {
background-color: #B7A386;
}
Je suis, donc, perdu...

Merci d'avance pour le coup de main !
