![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]()
Post
#1
|
|
![]() ![]() Group: Members Joined: 6-August 06 Member No.: 31293 ![]() |
Hi,
im getting error in firebug/firefox while opening players' list. Its tellling me obj.style.setAttribute is not a function. I think this line: CODE obj.style.setAttribute("height", obj.tag+"px", false); should look like: CODE obj.style.setAttribute("height", obj.tag+"px"); Better version: CODE var styleattribute = obj.getAttribute('style'); if (typeof styleattribute == 'string') { // what Firefox returns obj.style.setAttribute("height", obj.tag+"px"); } else if (typeof styleattribute == 'object') { // what IE returns obj.style.height = obj.tag+"px"; } cheers -------------------- |
|
|
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 15th July 2025 - 02:35 AM |