0
Is that input type "Submit" button is responsive here...?
can u plzzz explain.?
8 odpowiedzi
+ 12
<input type="submit" style="width:50%;">
(responsive 50% on all devices…)
+ 7
yes
+ 7
poopy :c
+ 1
no
0
how is it possible both....???
plzzz specifi any one anawer../
0
I strongly suggest using the html5 button tag. It behaves more freely than input submit. With the button tag, you will use jQuery to push an AJAX event. $('#input-button').click(function(){$('#form-id').submit();});
0
Responsive Web Design is about using CSS and HTML to resize, hide, shrink, enlarge, or move the content to make it look good on any screen
http://www.w3schools.com/html/html_responsive.asp
0
yess