With CSS 3 it's possible to disable mouse events with #elmt { pointer-events : none; }. So like this we can target an element under another.
確定! 回上一頁