Click to See Complete Forum and Search --> : Cascading menu not working in table
Chinpim
03-24-2003, 11:08 AM
I have a cascading menu code that is working perfectly and is exactly what I need. Unfortunately, it doesn't seem to work when I put it in a table. I've tried to contact the author, but he hasn't replied.
Could you all take a look at it and tell me what I am doing wrong?
THANKS!
--Chinpim
All of the necessary files are in the attached .zip file
Chinpim
04-17-2003, 01:21 PM
Any ideas?
DrDaMour
04-17-2003, 04:18 PM
do you mean when you wrap it in a <Td> in a table the spacing gets all messed up, that's because of the css sheet using absolutes, looks like this code wasn't written to be moved around a lot. You'll have a tought time converting all of this if just changing to relative won't work for you.
chaning fixed the first set of submenus
TABLE.menu {
BORDER-RIGHT: black 1px solid;
BORDER-TOP: black 1px solid;
BORDER-BOTTOM: black 1px solid;
BORDER-LEFT: black 1px solid;
VISIBILITY: hidden;
CURSOR: pointer;
POSITION: relative;
but the second set will be more difficult i assume, you'll actually have to change some variables in the script.