我正在设计一个网站,并在我的LG VX8360手机上测试,运行Openwave移动浏览器6.2.3.2。在我的站点上,很多事情看上去都不对,我注意到浏览器没有正确地处理CSS子选择器或后代选择器。我做了一个这样的页面:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<meta http-equiv="Content-Typ
我在www.domain.com创建了一个桌面网站,在m.domain.com创建了一个移动站点,并正在使用.htaccess将智能手机访问者重定向到后者:
# Mobile redirect #
RewriteEngine on
RewriteBase /
# prevent looping
RewriteCond %{HTTP_HOST} !^m.goldenhinde.com$
# if the browser accepts these mime-types, it's definitely mobile, or pretending to be
RewriteCond %
我希望将移动设备上的用户重定向到特定的登陆页(而不是文件夹)。但它应该只是一个登陆页。因此,用户必须能够在网站上导航。我做了很多研究和定制的方法。不幸的是,它仍然不适用于移动设备。这一页连我的手机都没有加载。
# Check if this looks like a mobile device
# (You could add another [OR] to the second one and add in what you
# had to check, but I believe most mobile devices should send at
# least one of th