When using Safari Browser, if you have problems with DIV try change only the class associated to a DIV:
thediv = document.getElementById(wdiv);
thediv.className == 'ClassForSafari'
or
thediv.className == 'ClassForInternetExplorer'
And aplly the changes to each browser.
Sem comentários:
Enviar um comentário