(4 Jul, 2015, 4:55 pm)angeluz escribió: Lo del fondo puedes hacerlo Aquí o si lo quieres igual...


Código PHP:
  font-size12px;
  background: -o-linear-gradient(left top#0000000000000000000000 13%, #B2CC7A 100%);
  background: -moz-linear-gradient(left top#000000000000000000 13%, #B2CC7A 100%);
  background: -webkit-linear-gradient(left top#169EAB 13%, #169EAB 100%);
  background: -ms-linear-gradient(left top#D6EDA5 13%, #B2CC7A 100%);
  padding10px;
  text-aligncenter;
  color#FFFFFF;
  marginauto;
  margin-left5px;
  width97%;
  border1px solid #169EAB;
  font-familydidact gothic;
  box-shadow0 1px rgba(2552552550.3inset

Ese es es el código css

Y este es el código js:

Código PHP:
<script type="text/javascript">
jQuery.noConflict(); // Ésto se aplica para no tener ningún tipo de error con otro código jQuery

this.randomtip = function(){

    var pause 12000// Acá definirán el retraso en el cambio de texto en milisegundos
    var length jQuery("#tips li").length;
    var temp = -1       

    this
.getRan = function(){
        var ran Math.floor(Math.random()*length) + 1;
        return ran;
    };
    this.show = function() {
        var ran getRan();
        while (ran == temp) { // Ésto es para que no se repita el mismo texto por más aleatorio que fuere
            ran getRan();
        };
        temp ran;
        jQuery("#tips li").hide();
        jQuery("#tips li:nth-child(" ran ")").fadeIn("slow");
    };

    show(); setInterval(show,pause);

};

jQuery(document).ready(function(){
    randomtip();
});
</
script



Addio!!!




este codigo es para que ?
Solucionado...

Borraste jQuery que hacía funcionar los mensajes...

2 consejos:
1.- NO toques JAMÁS la plantilla headerinclude destruirás tu foro.
2.- Trata de ser más original y no copiar todo a otros foros.

Addio!!!
(4 Jul, 2015, 5:41 pm)angeluz escribió: Solucionado...

Borraste jQuery que hacía funcionar los mensajes...

2 consejos:
1.- NO toques JAMÁS la plantilla headerinclude destruirás tu foro.
2.- Trata de ser más original y no copiar todo a otros foros.

Addio!!!

gracias x la ayuda se lo agradesco


me gusto mucho lo que hisiste x mi gracias