Greetings everyone....I'm from Lima Peru.......first...full toolbar configuration works on IE8, IE10, the lastest version of chrome and the lastest version of mozilla....it also works with moono or kama skin......it's ok............but.....when I change the toolbar configuration...from full to item by item....it doesn't work on IE8....it just works on IE10, chrome and mozilla...why??......item by item configuration works on IE10, chrome and mozilla, so, why doesn't it work on IE8 too??.....it would have to work too......I'm pasting the configuration I've written inside my web...and I'm leaving you an image of my item by item configuration I want and need to use......Could you write the correct item by item toolbar configuration so I can change it??.........please help me.......thank you for your support.......wait your reply...
<form id="new_item_post" class="fm" method="post" action="<?=SITE_URL;?>publicar-anuncio" enctype="multipart/form-data">
< span class="little_title"><span class="pink">1.</span> Describe tu anuncio</span>
< label class="post_left">Título</label>
< label class="post_right">Distrito que vas</label>
< input name="tit" type="text" id="tit" size="150" maxlength="150" value="" onfocus="this.select()" />
< input name="zone" type="text" id="zone" size="60" maxlength="60" style="text-transform:uppercase;"/>
< label>Escribe el texto de tu anuncio aquí</label>
< textarea name="text" rows="5" id="text" maxlength="1200"></textarea>
< script type="text/javascript" src="ckeditor/ckeditor-completo/ckeditor/ckeditor.js"></script>
< script type="text/javascript">
CKEDITOR.replace( 'text' ,
{
skin: 'kama',
fullPage: true,
allowedContent: true,
/*width: '663',*/
width: '651',
height: '300',
/*toolbar : 'Basic',*/
/*uiColor : '#9AB8F3',*/
toolbar: [['Bold'],['Italic'],['Underline'],['Undo'],['Redo'],['Link'],],
});
< /script>
< label style="margin-bottom: 10px;">Añadir imágenes (Opcional)</label>
#1<input name="photo[]" type="file" class="foto" id="photo_1"><br>
#2<input name="photo[]" type="file" class="foto" id="photo_2"><br>
#3<input name="photo[]" type="file" class="foto" id="photo_3"><br>
#4<input name="photo[]" type="file" class="foto" id="photo_4"><br>
#5<input name="photo[]" type="file" class="foto" id="photo_5"><br>
#6<input name="photo[]" type="file" class="foto" id="photo_6"><br>
< ul class="info_post">
< li> Haz click en el botón Examinar para
seleccionar un archivo de tu disco duro</li>
< li>Las imágenes no deben sobrepasar los <strong>5 mb</strong>.
Sólo se aceptan ficheros <strong>jpg, gif y png</strong>.</li>
< /ul>
< span class="little_title" style="margin-top:40px;"><span class="pink">2.</span> Datos de contacto</span>
< label>Tu Email (opcional)</label>
< input name="email" type="text" id="email" size="50" maxlength="50" />
< span class="little_title" style="margin-top:15px;"><span class="pink">3.</span> Ingrese código de seguridad</span>
< span class="captcha noselect"><?=$stringRand;?></span>
< input name="captcha" type="text" id="captcha" size="15" maxlength="15" style="width:150px; height:15px; text-transform:uppercase; font-family: sans-serif; font-size: 15px; text-align: center;"/>
< span class="radio">
Al hacer clic en "Publicar Anuncio" abajo, usted está de acuerdo con los <a href="terminos-y-condiciones-de-uso" target="_blank">Términos y condiciones</a></span>
< input type="button" class="button" id="butPub" value="Publicar Anuncio"/>
< input type="hidden" id="cap" name="cap" value="<?=strtoupper($stringRand);?>">
< /form>