android,css,responsive-design,media-queries,opera-mini
Opera mini doesn't support gif files.
html,css,jquery-mobile,opera-mini
Icons on websites such as fontawesome and bootstrap often make use of using a custom font which is then setup by using the font-face CSS rule. font-face is not currently supported by Opera Mini. http://caniuse.com/#feat=fontface Reading the following link, it looks like Opera Mini does not allow custom fonts and...
If you view the source code for the facebook Mobile site you will see this code just before the tag declaration. <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Welcome to Facebook</title> I tried it on my site and it worked like charm. So...