I have this CSS in my stylesheet:
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
...but it seems it is being ignored by the Nokia E63 as the W3C box model (content-box model) is still being used. Does anyone know how I can make it so border-box is used?
Thanks,
James
PS - The user agent in question is: Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 NokiaE63-1/100.21.60; Profile/MIDP-2.0 Configuration/CLDC-1.1) AppleWebKit/413 (KHTML, like Gecko) Safari/413

Reply With Quote

