Hi. How can I make the following code (for Internet Explorer) work fine on Netscape 6 and Opera?
document.create StyleSheet();
with (document.style Sheets(document .styleSheets.le ngth-1)) {
addRule("A.news link","text-decoration:"+FD RlnkDec+";color :"+ FDRlnkCol);
addRule("A.news link:hover","co lor:"+ FDRhovCol);
}
Thanks.
Comment