Command-line arguments (Client)
From FileZilla Wiki
Jump to navigationJump to search
This works great in FF2, but if you're shooting for cross-browser coipmtibilaty (mainly speaking of IE6), save your time and use the element.className ="whatever"; method. It works in all widely-used browsers (to the best of my knowledge).Using the setAttribute method, IE6 will for some reason apply the classname, but the CSS won't take effect. I really have no clue why...