It's a positioning problem (obviously!) - I think you need to look at things like "absolute", "relative" - those CSS types that are used to position things. The javascript uses that and it can get out of whack if you use another type in your own css.
I've also heard some people say that when they added their own javascript to a page, it can cause this sort of problem. So, you may want to look into that also.
|