albert's blog
Showing posts with label
HTML
.
Show all posts
Showing posts with label
HTML
.
Show all posts
2019/04/07
[HTML] Using DATA URI to show image in HTML
›
Here has a simple example to demonstrate how to use base64 string to show image in HTML instead of physical image file. Steps Step 1. Fin...
2017/10/11
[CSS] Font Size Problem in iOS
›
Problem I am testing my web page in every browser (ex. Chrome, Firefox, IE, Safari, etc.), iOS and Android. Each platform is working fine ...
2017/03/02
[HTML] How to arrange multiple elements in the same row
›
Problem In this dialog, I hope the drop down list should be at the right side of the radio button, not in the new line. The code snipp...
2015/11/02
How to add more spaces between radio button and its text?
›
Problem Our customer asked to add more spaces between radio button and its text Original code snippet: 1 2 3 4 5 6 7 8 9 10...
2013/08/28
Utilize ime-mode property to Control Input Method Editor
›
Problem Customer asked to control textfield1 can only fill in alphanumeric, textfield2 can fill in alphanumeric and Tranditional Chinese ...
2011/07/26
Controlling the width/height of the button
›
Problem By default, the dimensions of the button is automatically set to the dimensions required to accommodate the content inside, such as ...
›
Home
View web version