terça-feira, 9 de Junho de 2009

Safari: DIV problem - one possible solution

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.



0 comentários: