I looked at the documentation of jqtouch but I did not understand how to create an attached image like iphone style sort button group
Do not you have any idea how to do this with touch, is there any plug-in for jqtouch?
Thank you for your reply, Case
You may have to roll your javascript (controlling single selection).
I quickly styled a button group similar to the volume control in the iPhone:
Li: Last child {-viqkit-border-top-right-radius: 10px; -wbkit-border-bottom-right-radius: 10px;}. Button group> Li selected (background-image: -WebKit-gradient (linear , Left Top, Left Lower, (# 2a55b1), (# 6297f2); Color: #fff; Border Color: # 193A7F;} & lt; / style & gt; & lt; ul class = "Button Group "& gt; & lt; li class =" selected "& gt; button & lt; / li & gt; Lt; li & gt; Button & lt; / li & gt; & lt; li & gt; Button & lt; / li & gt; & lt; / ul & gt;
Comments
Post a Comment