I followed all your instructions on placing it on my web page, but it’s not working. The onmouseover examples will not go into its table cell.
Q:
I need your help. I built a menu with your software, and I followed all
your instructions on placing it on my web page, but it’s not working. The
onmouseover examples will not go into its table cell. I have a flash banner in the cell
above it, and the menu seems to be behind that banner, but the menu is not
even inside the table.
I also tried placing the onmouseover examples on another page where I do not have a flash
banner, but it doesn’t show up at all.
A:
You’ve set absolute position for the onmouseover examples
var absolutePos=1;
var posX=”100px”;
var posY=”200px”;
You should set:
var absolutePos=0;
var posX=”0px”;
var posY=”0px”;