Export to GitHub

iphone-universal - issue #2

Not really a bug, but a functionality question


Posted on Jan 8, 2009 by Quick Lion

I noticed that when on the iphone safari brower, the back button will do this... when you click it, you actually see feedback that the image was selected (it makes a transparent box around the back button when clicking it with your finger before going back to the previous page).

I'm curious if its possible to duplicate this feedback with the <li class="arrow"> items. When I click them, it goes to the next page like it should but it would be nice to have that visual feedback where it shows you that it was pressed. It also would be great if we can do this with the image thumbnails on the image grid page as well.

Thanks for the great code!

Comment #1

Posted on Jan 8, 2009 by Quick Lion

I figured this out; added a hover to the stylesheet:

/* universal arrows */ ul li.arrow:hover { background-color: red; // choose the color you would like }

Comment #2

Posted on Apr 16, 2009 by Happy Ox

Thanks clueo8!

That's just what I was looking for.

Comment #3

Posted on Apr 17, 2009 by Quick Lion

No problem. I wasn't able to figure out how to do this with the image thumbs... If anyone knew that, it would be very helpful!

Status: New

Labels:
Type-Defect Priority-Medium