Feedback: irt.org FAQ Knowledge Base Q1420
Feedback on: irt.org FAQ Knowledge Base Q1420
Sent by Jose Aguiar on December 17, 2000 at 16:52:03: - feedback #2157
Comments: The script does not work in Netscape. The functions Show(object) and Hide(object) require the <layers> tag, which is not available. Instead there is <span> tag. A second point is that I think that if you replace <span> by <layer> then the positioning has to be given by an #id definition inside of the <style> instead of a .myStyle class definition as presented for <span> In Netscape6 the script works. Thank you.
Sent by james on August 03, 2001 at 17:08:50: - feedback #3049
Worth: Very worth reading
Comments: I disagree with Jose. the script worked fine with NetscapeŽ Navigator 4.08
However, if I changed the name of the class from myStyle to my_Style
then it doesn't work
the page starts with the span visible
Sent by Some Dood on November 21, 2001 at 03:38:17: - feedback #3343
Worth: Very worth reading
Length: Just right
Technical: Just right
Comments: Exactly what I needed!
Sent by Mark Baum on March 06, 2002 at 15:32:54: - feedback #3658
Worth: Worth reading
Length: Just right
Technical: Just right
Comments: Thanks for the article! Unfortunately it doesn't seem to be answering my question. When I include the statement: if (document.getElementById(object)!=null) in my code, if the element doesn't exist, I get an error message. I'd like to be able to test for existence, not just nullness -- since they seem to be distinct. Is this possible? Thanks! Mark
Sent by JoeS on November 09, 2002 at 20:20:01: - feedback #4252
Worth: Very worth reading
Comments: I am sorry to say, guys, that this script doesn not work in Netscape 7 browser - works fine in IE5 Can anyone please assist? My regards, JoeS
|