How come onclick event doesn't fire on this position:relative item?

When you hover over any list item, you see the X div, but onclick doesn’t register? I think its a css issue

It’s going to be difficult for anyone to diagnose your issue without seeing your code, @bardoaravar. smile

2 Likes

Also i’m failing to see how a Javascript Onclick event is going to be a CSS issue, but I am now sufficiently intrigued to await actual actionable information.

2 Likes

By the sounds of it, you aren’t actually clicking on the “div”, but something overlaying it. Visually, you might be clicking it, but it might not be registering as a “div” click.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.