Hello,
I have three links on the same page that I want the same table to appear over when calling the onMouseOver event. I am used to setting a fixed position with CSS and assigning a specific table to a certain link so I don't know if what I am looking to do is possible.
Basically I have two image maps (from a sliced image) and regular text link that I want a table with a log in form to appear over. The design of the page doesn't lend itself to adding the table into the static layout so this is the best solution I can think of.
Instead of setting a position:absolute and left and top I'll need this table to appear in different places. Compounding the issue is I have table cells on the left margin which are set to 10% width to move the page content incrementally with different screen resolutions.
Hopefully this all makes sense. If anyone can point me in the right direction or have any suggestions I would appreciate it.
I have three links on the same page that I want the same table to appear over when calling the onMouseOver event. I am used to setting a fixed position with CSS and assigning a specific table to a certain link so I don't know if what I am looking to do is possible.
Basically I have two image maps (from a sliced image) and regular text link that I want a table with a log in form to appear over. The design of the page doesn't lend itself to adding the table into the static layout so this is the best solution I can think of.
Instead of setting a position:absolute and left and top I'll need this table to appear in different places. Compounding the issue is I have table cells on the left margin which are set to 10% width to move the page content incrementally with different screen resolutions.
Hopefully this all makes sense. If anyone can point me in the right direction or have any suggestions I would appreciate it.