I have two divs, a big one and a smaller over the other, each div has its own OnClick method. The problem I have is when I clicked the smaller div, the big div\'s OnClick me
If you decide to use a javascript library such as www.jquery.com you can easily accomplish what you are trying to do by using the propagation prevention options.