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.



Sem comentários:

LinkWithin

Related Posts with Thumbnails