browser-detection
Detecting browsers current version or better PHP
I am looking for a way to detect whether a user is using certain kinds of browsers on their system. In this example I want to be able to detect:[详细]
2023-04-13 05:41 分类:问答Typoscript condition && condition not working?
This is my (shortened) code: lib.nav = COA lib.nav { 50 = HMENU 50 { [ ... ] wrap = <nav>|</nav>[详细]
2023-04-13 03:36 分类:问答Detect iOS version with PHP
For detecting Internet Explorer I use his line. <?php if(strpos($_SERVER[\'HTTP_USER_AGENT\'], \'MSIE\') !== false) 开发者_运维问答{ };?>[详细]
2023-04-12 20:31 分类:问答Browser-sniffing alternative for bugs/misbehaviors (NOT lack of features)
Ok we all know that browser sniffing is bad. I\'m not looking to rehash the entire debate here, and SO isn\'t the right forum for that anyway. I\'m looking for a solution to a problem that the propose[详细]
2023-04-12 06:09 分类:问答the best way to detect browser in js
There are lots of ways for browser detecting in JavaScript. As far as i know, using navigator.userAgent or det开发者_高级运维ecting features (like XMLHttpRequest) and so on.[详细]
2023-04-11 22:56 分类:问答Detect CSS3 with JQuery
Is there a way to detect whether a browser supports CSS3 transition开发者_开发百科s (-webkit-, -moz-, etc..) with JQuery?You can use Modernizr css rule:[详细]
2023-04-10 12:10 分类:问答CSS browser detection for radial gradient?
I\'m using a radial gradient as the background for a website. It works great on Safari, Chrome, and Firefox 3.5+, but Opera and Internet Explorer have problems. So, I made a background image to show o[详细]
2023-04-08 14:32 分类:问答Use JavaScript to add a Class to the <html> element respective to the browser
I kind of know how Modernizr works, by adding a Class to the <html>开发者_Python百科 element, I know thatjQuery Browser Detection is deprecated, is there a way to detect and add a class ?Detecti[详细]
2023-04-03 21:00 分类:问答best way to determine whether a webpage is viewed in an iframe
Is there a way to d开发者_运维问答etermine whether the user is using a web page in side and iframe or is it normal browsing using PHP?Using the javascript code that @deceze mentioned above (I pasted i[详细]
2023-04-02 04:36 分类:问答How to detect if browser is below IE8?
I hate IE, I only want to display an out-of-date browser notification to IE8 IE7 IE6 IE5.5 etc. users on my site :)[详细]
2023-04-01 17:30 分类:问答