| Issue 3: | Buttons within scroller, no feedback | |
| 3 people starred this issue and may be notified of changes. | Back to list |
Hi, first of all: A really good script! Got one issue...If I place a button within the scroller div, there is no click-feedback. The form is beeing submited, but the user gets no visual "button press" feedback. Tried it on Android 2.0 and iPhone/iPad.
Jun 22, 2010
(No comment was entered for this change.)
Status:
Accepted
Jun 28, 2010
i've got the same problem, but it works with links, then you can simulate button with <a href="#">ok</a> and a nice style like this :
a:link.grayBtn {
height: 30px;
background: -webkit-gradient(linear, left top, left bottom, from(#BCBCBC), to(#6C6C6C));
padding: 5px 10px 6px;
color: #ffffff;
text-decoration: none;
font-family: Helvetica;
font-weight: bold;
font-size:16px;
border:solid 1px black;
-webkit-border-radius: 5px;
-webkit-box-shadow: 0 1px 3px #565c56;
}
a:active.grayBtn {
background: -webkit-gradient(linear, left top, left bottom, from(#5d5d5d), to(#1f1f1f));
}
but i've similar probleb with <select>
Jul 8, 2010
It's ok now, thanks a lot
Feb 4, 2012
I am facing following issue with buttons (not using any style property) If button is within scroll, and page contents are less than div size, no issue all buttons are getting rendered properly. But if div contents are more than div size buttons are losing 3D effect. Click still works but display is just like text. Any solution? |
Labels: -Priority-Medium Priority-Low