The whole code works fine on IE, but:
1) NN 4.x versions do not support style.color. Any1 knows what could replace it, so i could use the code on both IE and NN?
2) IE 6 supports style.color, but i have another problem in here - browser tells me that 'tagas1' is not defined. Any ideas, why?
Originally posted by tomas skersys one more question:
...
1) NN 4.x versions do not support style.color. Any1 knows what could replace it, so i could use the code on both IE and NN?
2) IE 6 supports style.color, but i have another problem in here - browser tells me that 'tagas1' is not defined. Any ideas, why?
Hmmm ... I count two questions.
Nevertheless, NN 4.x does not support style.anything. You can code color as a style or a font tag, but you cannot change the color of existing text. The only workaround would be the old document.write() to a layer trick (not much fun) or overlapping layers - one in one color and one in the other color - and change visibility (ewww! what's that smell?).
Bookmarks