|
Well, you have two choices:
(1) Learn to use a JavaScript debugger. I like the one in Chrome best, but the one in MSIE 9 is almost identical (just a tad harder to read) and FireBug for FireFox is fine as well. In the long run this is far far and away the better choice. It will save you dozens of hours of asking other people what is wrong with your code when 30 seconds in the debugger will point it out to you.
(2) Post a link to your actual page so we can use a debugger on it.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
|