Title: Browser Specific Question
Last modified: August 18, 2016

---

# Browser Specific Question

 *  [shull123](https://wordpress.org/support/users/shull123/)
 * (@shull123)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/browser-specific-question/)
 * I am using the following code in my header.php file to call a specific stylesheet
   for IE users, Firefox users, and everyone else lumped into one file for now.
 * Can you all take a look and see where my issue is? I can’t exactly get this to
   work yet. I may be calling in the wrong place, in the wrong php file, or maybe
   all wrong altogether. I also placed it inside the head.
 * Thanks in advance. (FYI…style1 is my IE stylesheet, style2 is my Firefox stylesheet,
   and style is my primary stylesheet)
 * <?php if (strpos(true == $_SERVER[‘HTTP_USER_AGENT’],’Gecko’)) { ?>
    <link rel
   =stylesheet type=”text/css” href=”<?php bloginfo(‘stylesheet_directory’); ?>/
   style1.css”> <?php } elseif (strpos(true == $_SERVER[‘HTTP_USER_AGENT’],’IE’)){?
   > <link rel=stylesheet type=”text/css” href=”<?php bloginfo(‘stylesheet_directory’);?
   >/style2.css”> <?php } else { ?> <link rel=stylesheet type=”text/css” href=”<?
   php bloginfo(‘stylesheet_directory’); ?>/style.css”> <?php } ?>

Viewing 1 replies (of 1 total)

 *  Thread Starter [shull123](https://wordpress.org/support/users/shull123/)
 * (@shull123)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/browser-specific-question/#post-462290)
 * Sorry, I mean (FYI…style1 is my Firefox stylesheet, style2 is my IE stylesheet,
   and style is my primary stylesheet)

Viewing 1 replies (of 1 total)

The topic ‘Browser Specific Question’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [shull123](https://wordpress.org/support/users/shull123/)
 * Last activity: [19 years, 7 months ago](https://wordpress.org/support/topic/browser-specific-question/#post-462290)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
