HF_JBB
09-08-2002, 02:06 PM
hello everybody, i had to make a website with some javascript and css, the site works great in IE5,6 and netscape 6
but i opened it with netscape 4.79, it was a nightmare, i was able to fix all the problems except for these 2:
1- can we apply a background color to a Text Input Field (with or without css) in netscape 4? I haven't found any confirmation that it doesn't work, but all the examples i find on the net, don't work with NN 4.79
2- I had to do my links with javascripts, my site has frames, and i used the following javascript function
function navigation(pageName){
window.parent.content.location.href = pageName + ".html";
}
the links works of course in IE5,6 and N6, but with NN 4.79
any help is appreciated, thanks.
but i opened it with netscape 4.79, it was a nightmare, i was able to fix all the problems except for these 2:
1- can we apply a background color to a Text Input Field (with or without css) in netscape 4? I haven't found any confirmation that it doesn't work, but all the examples i find on the net, don't work with NN 4.79
2- I had to do my links with javascripts, my site has frames, and i used the following javascript function
function navigation(pageName){
window.parent.content.location.href = pageName + ".html";
}
the links works of course in IE5,6 and N6, but with NN 4.79
any help is appreciated, thanks.