Changed thread title to better describe the problem (did you know that threads whose titles do not follow the Posting Guidelines actually get FEWER responses?).
Changed thread title to better describe the problem (did you know that threads whose titles do not follow the Posting Guidelines actually get FEWER responses?).
My problem is when I try to create a Roulette by using javascript.
Roulette, there are alot of numbers on table, and it allows player to bet on line as well that is the problem.
So when I place a chip on a number nearby a betting line then I can never click on that line anymore because the chip is over the betting line.
(chip and line I use DIV to show the image).
Is it possible in javascript that I still click on that line(div) although chip( another div) is over it?
Presumably, you want the User to be able to remove chips as well, perhaps by clicking on the chips themselves.
My recommendation would be to redesign either your 'table' or your chip graphic so that both are visible.
Alternatively, you could create a pop-up that appears when the User clicks on the chips that gives the User the option of removing or increasing his bet.
Comment