Well, now you know it is your style that is the problem. So, you check out a page in the non-working style, copy the page source, then check out the page in a working style, copy the page source, and compare the two. See if you can spot where the problem is. Usually, it is because you put some javascript that is in the footer, into some table. It cannot be in a table. So, you move it out of the table, and it works. But, that is just usually, I have no idea if that is the problem you are seeing.
|