All Questions
3 questions
2
votes
1
answer
2k
views
Using CSS sprites for an input of type image
I am creating a ImageButton that refers to a image, that contains several icons. I am trying to display the correct icon by positioning the background image, but that does not work. Here is how I ...
0
votes
2
answers
3k
views
ASP.Net button won't render background-image
I've checked most of the linked questions here on this topic and also in asp.net forums and I am stuck. I have the following in one of my .aspx pages:
<asp:button ID="btnAdmin" runat=&...
3
votes
3
answers
1k
views
Text input to bring up capitalized on screen keyboard
The site is being used on Android tablets. I have included the following in the input's css class:
text-transform: uppercase;
This does its job in that letters typed do appear as upper case in the ...