Difference between revisions of "Command-line arguments (Client)"

From FileZilla Wiki
Jump to navigationJump to search
(Philippe)
(gMAwHpXBI)
Line 1: Line 1:
@cassandra, looking more into your tetplame, you don't have:<a aiotitle="click to expand" href="javascript:togglecomments('UNIQUE NAME')">+/-</a>in the post it's self. And you are missing:.commenthidden {display:none}.commentshown {display:inline}and <script type="text/Javascript">function togglecomments (postid) {var whichpost = document.getElementById(postid);if (whichpost.className=="commentshown") { whichpost.className="commenthidden"; } else { whichpost.className="commentshown"; }} </script>from your tetplame.Reread this post and follow the instructions given here and in this post:Hope this helps.
+
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...

Revision as of 04:20, 5 May 2012

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...