Hi,
I'm sorry I don't have FF2. I took a look at the page and the css to see if I could see something that might be the problem. I don't see anything in the css - sometimes generic table, tr, td, padding, margin can cause problems - but I don't see that as an issue. Now in your menuStyle, I see these
Code: Select all
padding=6;
rawcss="padding-left:9px; padding-right:60px";
I'm wondering if that might be the problem.
Try using padding="6px 60px 6px 9px"; and eliminating the rawcss and see what happens, if that doesn't work try eliminating the padding property and putting in all the padding in the rawcss="padding-top:6px;padding-right:60px and so on. If neither works, post back and I will try to get FF2 set up to test.
Oh, one other thing, if neither of those work, try removing your css just to see if that fixes the menu, if it does then something in the css is causing it, though I don't think that's the case
Ruth