par
castelli » 06 juil. 2005, 11:56
Bon apres moult essais sa change rien
voila mon style css
Code : Tout sélectionner
<style>
body {text-align: center; background-color: #009966; color: #333333}
table {border: 3px double #006666; width: 515px; border-collapse: collapse; background-color: #ffffff; margin: 0px auto 0px auto}
td {border-top: 1px solid #006666; border-bottom: 1px solid #006666; border-color:#009966}
th {border-top: 1px solid #006666; border-bottom: 1px solid #006666; border-color:#009966}
p, blockquote {text-align: left; background-color: #99cccc; color: #cccccc}
h3 {font-family: verdana, helvetica, sans-serif; text-align: center}
p, li {font-family: verdana, helvetica, sans-serif; font-size: 10pt; font-weight: bold; padding-left: 5px; text-align: left; background-color: transparent; color: #333333}
.block {font-size: 9pt; font-weight: normal; color: #663300}
textarea {font-family: verdana, helvetica, sans-serif; font-size: 10pt; border: 1px solid #006666; width: 249px; height:60pt; background-color: #ffff99; color: #333333}
select {font-family: verdana, helvetica, sans-serif; font-size: 10pt; border: 1px solid #006666; width: 249px; height:17pt; background-color: #ffff99; color: #333333}
input {border: 1px solid #006666; background-color: #ffff99}
input.cases {width: 249px}
input.verif {width: 150px}
-->
</style>
<style type="text/css">
.isolement{
table {border: 0px; width: 515px; border-collapse: collapse; background-color: #009966; margin: 0px auto 0px auto}
td {border-top: none; border-bottom: none; border-color:#009966}
input {border: 1px solid #006666; background-color: #ffff99}
input.cases {width: 249px}
input.verif {width: 150px}}</style>
et en faite j' ais l'impression que cela ne change rien car c'est le style par default qui marche pour la partie que je voulait ne pas faire apparaitre avec le style
j'ais mis comme samon div pour cette partie ..
echo "<DIV CLASS=\"isolement\"><table border=\"0\">";
echo "<tr><td>";
if($limite != 0) {
echo '<form action="'.$page.'" method="post">';
echo "<input type='hidden' value='".$_POST['motsclef']."' name='motsclef'>";
echo "<input type='hidden' value='".$_POST['methode']."' name='methode'>";
echo '<input type="submit" value="précédents">';
echo '<input type="hidden" value="'.$limiteprecedente.'" name="limite">';
echo '</form>';
} echo "</td>"; echo "<td>";
if($nb >= 20) {
echo '<form action="'.$page.'" method="post">';
echo "<input type='hidden' value='".$_POST['motsclef']."' name='motsclef'>";
echo "<input type='hidden' value='".$_POST['methode']."' name='methode'>";
echo '<input type="submit" value="suivants">';
echo '<input type="hidden" value="'.$limitesuivante.'" name="limite">';
echo '</form>';
} echo "</td></tr>";
echo "</table></DIV>";
M'y suis mal pris ?? ou bien ..
vous avez une idée ??
Bon apres moult essais sa change rien
voila mon style css
[code]<style>
body {text-align: center; background-color: #009966; color: #333333}
table {border: 3px double #006666; width: 515px; border-collapse: collapse; background-color: #ffffff; margin: 0px auto 0px auto}
td {border-top: 1px solid #006666; border-bottom: 1px solid #006666; border-color:#009966}
th {border-top: 1px solid #006666; border-bottom: 1px solid #006666; border-color:#009966}
p, blockquote {text-align: left; background-color: #99cccc; color: #cccccc}
h3 {font-family: verdana, helvetica, sans-serif; text-align: center}
p, li {font-family: verdana, helvetica, sans-serif; font-size: 10pt; font-weight: bold; padding-left: 5px; text-align: left; background-color: transparent; color: #333333}
.block {font-size: 9pt; font-weight: normal; color: #663300}
textarea {font-family: verdana, helvetica, sans-serif; font-size: 10pt; border: 1px solid #006666; width: 249px; height:60pt; background-color: #ffff99; color: #333333}
select {font-family: verdana, helvetica, sans-serif; font-size: 10pt; border: 1px solid #006666; width: 249px; height:17pt; background-color: #ffff99; color: #333333}
input {border: 1px solid #006666; background-color: #ffff99}
input.cases {width: 249px}
input.verif {width: 150px}
-->
</style>
<style type="text/css">
.isolement{
table {border: 0px; width: 515px; border-collapse: collapse; background-color: #009966; margin: 0px auto 0px auto}
td {border-top: none; border-bottom: none; border-color:#009966}
input {border: 1px solid #006666; background-color: #ffff99}
input.cases {width: 249px}
input.verif {width: 150px}}</style>[/code]
et en faite j' ais l'impression que cela ne change rien car c'est le style par default qui marche pour la partie que je voulait ne pas faire apparaitre avec le style
j'ais mis comme samon div pour cette partie ..
[php]echo "<DIV CLASS=\"isolement\"><table border=\"0\">";
echo "<tr><td>";
if($limite != 0) {
echo '<form action="'.$page.'" method="post">';
echo "<input type='hidden' value='".$_POST['motsclef']."' name='motsclef'>";
echo "<input type='hidden' value='".$_POST['methode']."' name='methode'>";
echo '<input type="submit" value="précédents">';
echo '<input type="hidden" value="'.$limiteprecedente.'" name="limite">';
echo '</form>';
} echo "</td>"; echo "<td>";
if($nb >= 20) {
echo '<form action="'.$page.'" method="post">';
echo "<input type='hidden' value='".$_POST['motsclef']."' name='motsclef'>";
echo "<input type='hidden' value='".$_POST['methode']."' name='methode'>";
echo '<input type="submit" value="suivants">';
echo '<input type="hidden" value="'.$limitesuivante.'" name="limite">';
echo '</form>';
} echo "</td></tr>";
echo "</table></DIV>";[/php]
M'y suis mal pris ?? ou bien ..
vous avez une idée ??