I didn't read through all the posts, so if anyone else posted that you could do this sorry. Ok, if you do not want your cursor to be a hand when it doesnt go over a link in the area you want to have highlighted, find
Quote:
this.style.cursor='hand';"
|
And replace it with
Quote:
this.style.cursor='normal';"
|
I did that with a previous forum I had, and didn't like the hand, so I changed it, and thought someone else put there might outta know and want to change it.