simu
08.04.2002, 08:05
I have a problem in NN6.1 with my new page (www.endlessx.com), the page has only the content hardcoded in, and the I check for this:
<pre id=code><font face=courier size=2 id=code>
var check=( !degrade &&
document.createElement &&
document.createTextNode &&
document.getElementById &&
document.getElementsByTagName &&
document.getElementsByTagName( "head" )[ 0 ] &&
document.getElementsByTagName( "body" )[ 0 ] &&
document.getElementsByTagName( "body" )[ 0 ].appendChild &&
document.getElementsByTagName( "body" )[ 0 ].getAttribute &&
document.getElementsByTagName( "body" )[ 0 ].setAttribute &&
document.getElementsByTagName( "body" )[ 0 ].replaceChild &&
document.getElementsByTagName( "body" )[ 0 ].removeChild &&
document.getElementsByTagName( "body" )[ 0 ].firstChild &&
document.getElementsByTagName( "body" )[ 0 ].lastChild );
</font id=code></pre id=code>
and if it's all supported a new stylesheet and js-file is added, in which some new Elements are created, and that's where the problem lies... in Netscape6.1 noone of these Elements are displayed?!
I did some tests with Element creating in NN6.1 and they worked, only the setAttribute-methode with className didn't work well.
does someone know of this issue?
thanks in advance
~ <font color=orange>Simon Käser</font id=orange>
~ [url:mw0cucjtp6]mailto:admin@endlessX.com[/url:mw0cucjtp6]
~ [url:mw0cucjtp6]http://www.endlessX.com[/url:mw0cucjtp6] coming soon
<pre id=code><font face=courier size=2 id=code>
var check=( !degrade &&
document.createElement &&
document.createTextNode &&
document.getElementById &&
document.getElementsByTagName &&
document.getElementsByTagName( "head" )[ 0 ] &&
document.getElementsByTagName( "body" )[ 0 ] &&
document.getElementsByTagName( "body" )[ 0 ].appendChild &&
document.getElementsByTagName( "body" )[ 0 ].getAttribute &&
document.getElementsByTagName( "body" )[ 0 ].setAttribute &&
document.getElementsByTagName( "body" )[ 0 ].replaceChild &&
document.getElementsByTagName( "body" )[ 0 ].removeChild &&
document.getElementsByTagName( "body" )[ 0 ].firstChild &&
document.getElementsByTagName( "body" )[ 0 ].lastChild );
</font id=code></pre id=code>
and if it's all supported a new stylesheet and js-file is added, in which some new Elements are created, and that's where the problem lies... in Netscape6.1 noone of these Elements are displayed?!
I did some tests with Element creating in NN6.1 and they worked, only the setAttribute-methode with className didn't work well.
does someone know of this issue?
thanks in advance
~ <font color=orange>Simon Käser</font id=orange>
~ [url:mw0cucjtp6]mailto:admin@endlessX.com[/url:mw0cucjtp6]
~ [url:mw0cucjtp6]http://www.endlessX.com[/url:mw0cucjtp6] coming soon