------------------------------------------------------------------------
You can find the page here. The onLoad function helps to demonstrate the problem I have with NN (IE is perfect). When the DIV changes color, it slightly shifts its position (view the page with NN to see). What's causing it?
I was suggested to use <ilayer> insrtead, but I've never used it before. Should it just be
<ilayer id="l1">| <a href="javascript:change(1)" id="p1" class="normal"><b>1</b></a> |</ilayer>
or should it be
<ilayer><layer id="l1">....</layer></ilayer>
And what is a proper way to reffer to that <ilayer> in NN? May be I was looking in all the wrong places, but i couldn't find any info on that.
I need to change that number's color, but not onmOuseOver/onMouseOut, but using my own function whenever needed (I do not need to create any hover effects).
Bookmarks