Just recently I've added a spoiler tags to my blogging engine as I write a lot about books and movies that I've been reading.
I've been using the :hover tag for this, similar to the ones found on the IMDb FAQ system ( example here).
This works fine for desktops, however want for my blog to have support for at least hand held devices. As my hand held (and many others) don't use a mouse, the :hover property is useless. I also do not wish to spoil my viewers, so removing it from these devices is something that I don't wish to do.
Can anybody recommend me on what I should do? From the looks of things, it looks like I'll need to use JavaScript for an onclick event.
|