Guest User

Untitled

a guest
May 26th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <!-- MAIN STYLESHEET -->
  2. <link rel=stylesheet href="./inc/style.css" type="text/css">
  3.  
  4. <!-- IE STYLE SHEET -->
  5. <!--[if IE]> <style type="text/css">@import "./inc/style.ie.css";</style>
  6. <![endif]-->
  7.  
  8. $(document).ready (
  9. function() {
  10. if ( $.browser.mozilla == true && $.browser.version == '1.9.1' ) {
  11. // modify css here
  12. }
  13. }
  14. );
  15.  
  16. if (BrowserDetect.browser == 'Firefox' && BrowserDetect.version == '3.5')
  17. {
  18. // Load CSS file
  19. }
Add Comment
Please, Sign In to add comment