Ver Mensaje Individual
  #6 (permalink)  
Antiguo 26/06/2013, 18:09
Avatar de LuisCZ
LuisCZ
 
Fecha de Ingreso: noviembre-2009
Ubicación: Maracaibo
Mensajes: 127
Antigüedad: 15 años
Puntos: 0
Respuesta: Bug extraño con append

sorry esta dentro de la funcion: F_opcionmensaje

Código PHP:
function F_opcionmensaje ($text$nivel$dataid$user$dis$idioma){
    return 
"
            <div id='msjtextarea"
.$dataid."' style='display: none;'>
                <a href='javascript:F_botspoiler(1, "
.$dataid.");'><img id='botspoileri".$dataid."' style='margin-down: 0px; margin-left: 15px; margin-top: 0px; display: block;' class='ima' src='../img/botspoileri.png'></a>
                <a href='javascript:F_botspoiler(0, "
.$dataid.");'><img id='botspoilera".$dataid."' style='margin-down: 0px; margin-left: 15px; margin-top: 0px; display: none;' class='ima' src='../img/botspoilera.png'></a>
                <input id='spoileract"
.$dataid."' type='checkbox' name='spoileract".$dataid."' style='display: none;'>
                <textarea rows='4' class='textarea' id='mensaje"
.$dataid."' style='margin-top: 0px; width: 420px;'></textarea>
                <p style='color: #939393; text-align: left; margin-left: 15px; margin-top: 0px; float: left;'>Quedan: <span id='totalcaracter"
.$dataid."'/>500</span> caracteres</p>
                <p id='inftexare"
.$dataid."' style='float: right; text-align: right; margin-right: 15px; margin-top: 0px;'></p>
                <p style='clear: both; margin-bottom: 0px; margin-top: 0px;'></p>
            </div>"
;