Forum » » Le coin des codeurs » » Un opentable transparent
Posté : 15 janv. 2005 à 11:34
La css à déclarer
div.boitetrans{
background: transparent;/* Fond transparent*/
border: 1px solid #ff0000;/* Bord rouge 1 pixel*/
}
function opentable() {
if (function_exists("opentable_theme")) {
opentable_theme();
} else {
echo "<div class=\"boitetrans\">\n";
}
}
function closetable() {
if (function_exists("closetable_theme")) {
closetable_theme();
} else {
echo "</div>\n";
}
}
Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=15124&forum=5