Hi,
I have a litle script which works well under FireFox and Opera but not
with IE.
this is it :
$('A_text').update(texte);
if (posX<0) posX=0;
if (posY<0) posY=0;
$('Ath').style.top=posX+"px";
$('Ath').style.left=posY+'px';
$('A_text').show();
$('A_mail').hide();
$('A_action').show();
$('A_monde').show();
if (cible=='perso')
{
$('A_monde').hide();
$('A_action').hide();
$('action').value='accesEspacePerso';
}
if (cible=='#')
{
$('A_monde').hide();
$('A_action').hide();
$('A_mail').show();
$('action').value='inscrireJoueur';
}
$('A_auth').show();
$('A_boutons').show();
$('Ath').show();
The result is under IE when cible ='#' i can see teh buttons in
A_buttons div and for any othe cible value I can't see buttons. under
Opera and Firefox this works very well !!!
Does anyone have an idea to help me ?
If it can help ... this give me trouble with Selenium too ...
Stephane
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---