jdonson / iphone-universal

Automatically exported from code.google.com/p/iphone-universal
GNU Affero General Public License v3.0
0 stars 0 forks source link

Not really a bug, but a functionality question #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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!

Original issue reported on code.google.com by clu...@gmail.com on 8 Jan 2009 at 1:34

GoogleCodeExporter commented 8 years ago
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
}

Original comment by clu...@gmail.com on 8 Jan 2009 at 2:09

GoogleCodeExporter commented 8 years ago
Thanks clueo8!

That's just what I was looking for.

Original comment by ivogo...@gmail.com on 16 Apr 2009 at 10:12

GoogleCodeExporter commented 8 years ago
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!

Original comment by clu...@gmail.com on 17 Apr 2009 at 1:11