prototype ie6 ie7 methods not visible
Problem: when using javascript library prototype in ie6 ie7 methods such as:
removeClassName addClassName ...
are not visible.
Solution: use the $() function instead of document.getElementById()
Problem: when using javascript library prototype in ie6 ie7 methods such as:
removeClassName addClassName ...
are not visible.
Solution: use the $() function instead of document.getElementById()