wox3-iO
04-28-2003, 02:50 PM
I've tried imitating that, but I haven't succeeded.
Doing something as simple as the following (this is just a rough example)...:
function hilite(targ) {
document.all[targ].style.border = "solid 1px #B5B5B5";
document.all[targ].style.backgroundColor = "#FAFAFA";
}
... won't do the trick, because it will push the other cells/layers away from itself.
brothercake made a nice menu script that looks and acts just like the MS menu, but I couldn't find the solution from his code.
Any help is appreciated.
Doing something as simple as the following (this is just a rough example)...:
function hilite(targ) {
document.all[targ].style.border = "solid 1px #B5B5B5";
document.all[targ].style.backgroundColor = "#FAFAFA";
}
... won't do the trick, because it will push the other cells/layers away from itself.
brothercake made a nice menu script that looks and acts just like the MS menu, but I couldn't find the solution from his code.
Any help is appreciated.