Title: Browser incompatability
Last modified: August 19, 2016

---

# Browser incompatability

 *  Resolved [memdesigns](https://wordpress.org/support/users/memdesigns/)
 * (@memdesigns)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/browser-incompatability/)
 * I have a self-hosted WordPress blog site at [http://www.forthefirstime.ca](http://www.forthefirstime.ca)
   using the template iNove. It looks PERFECT in IE but is all screwed up in Firefox
   and Chrome. I think it’s something to do with the nesting or order of the CSS,
   but nothing I do fixes it.
 * Any help would be VERY mich appreciated.

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * (@stvwlf)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/browser-incompatability/#post-1236170)
 * Hi
 * 2 lines to add to your stylesheet,
    line 356:
 *     ```
       #content {
       background:#FFFFFF url(img/sidesep.gif) repeat-y right center;
       border-left:1px solid #FFB56C;
       ADD ---->  float:left;
       }
       ```
   
 * line 723
 *     ```
       #footer {
       background:transparent url(img/footer2.jpg) no-repeat;
       border-top:1px solid #CCCCCC;
       color:#FFFFFF;
       display:block;
       ADD ---> float:left;
       font-size:11px;
       height:31px;
       line-height:145%;
       width:100%;
       }
       ```
   
 * It is quite possible this could mess up the display in IE while fixing it in 
   FF. On mine, it messed up IE7.
    **If** that happens, the theme has a 2nd stylesheet
   called ie.css – in that case try adding this into it
 *     ```
       #content { float: none; }
       #footer { float: none; }
       ```
   
 *  Thread Starter [memdesigns](https://wordpress.org/support/users/memdesigns/)
 * (@memdesigns)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/browser-incompatability/#post-1236245)
 * Thank you! You are my WordPress angel! It worked very well and didn’t even mess
   it up in IE. Now I just got a couple of little border issues to look at and I’m
   done.
 * Thank you again so much. This was exactly the kind of answer I was hoping for.
 *  Thread Starter [memdesigns](https://wordpress.org/support/users/memdesigns/)
 * (@memdesigns)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/browser-incompatability/#post-1236331)
 * Help again! It works now very well in IE and Firefox, but is still not displaying
   properly in Safari and Chrome.
 * Any advice?
 *  [Peter Boosten](https://wordpress.org/support/users/pboosten/)
 * (@pboosten)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/browser-incompatability/#post-1236335)
 * It’s not displaying very well in my FF, because of the sidebar being too wide.
   If you change it from 300px to 295px, and make it float: left, it’ll display 
   like it should.
 * I recommend a ‘clear: both;’ on the footer.
 * Peter
 *  Thread Starter [memdesigns](https://wordpress.org/support/users/memdesigns/)
 * (@memdesigns)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/browser-incompatability/#post-1236338)
 * Exactly right! Thanks for your help.
 *  Thread Starter [memdesigns](https://wordpress.org/support/users/memdesigns/)
 * (@memdesigns)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/browser-incompatability/#post-1236348)
 * OK everyone – this site – wwww.forthefirstime.ca s working fine now in IE, Firefox
   and Chrome, but apparently the sidebar is still showing up in the wrong place
   on Safari.
 * Does anyone know of a safari stylesheet, like the IE.css that will work for the
   WordPress template?
 *  [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * (@stvwlf)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/browser-incompatability/#post-1236350)
 * A Safari tweak can be created in javascript or jQuery
 *  Thread Starter [memdesigns](https://wordpress.org/support/users/memdesigns/)
 * (@memdesigns)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/browser-incompatability/#post-1236351)
 * Oh oh – you completely lost me.
 *  Thread Starter [memdesigns](https://wordpress.org/support/users/memdesigns/)
 * (@memdesigns)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/browser-incompatability/#post-1236352)
 * Actually – I checked it on an iPod that uses Safari and that’s OK, so could it
   be a Mac issue? If anyone out there is using a Mac, please check [http://www.forthefirstime.ca](http://www.forthefirstime.ca)
   and let me know where the sidebar displays.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Browser incompatability’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [inove](https://wordpress.org/support/topic-tag/inove/)

 * 9 replies
 * 3 participants
 * Last reply from: [memdesigns](https://wordpress.org/support/users/memdesigns/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/browser-incompatability/#post-1236352)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
