# Browser compatibility.

**URL:** https://forum.kirupa.com/t/browser-compatibility/635682
**Category:** web dev
**Created:** [December 20, 2016, 8:24pm UTC](https://forum.kirupa.com/t/browser-compatibility/635682 "2016-12-20T20:24:38Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Jonny\_Silva](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/jonny_silva/32/7836_2.png) [@Jonny\_Silva](https://forum.kirupa.com/u/Jonny_Silva)
#### Post date: [December 20, 2016, 8:24pm UTC](https://forum.kirupa.com/t/browser-compatibility/635682/1 "2016-12-20T20:24:38Z")

</div>

Hey guys, I’ve been working on a project and made the mistake of not checking if it was working well often enough. Now I made a lot of work and found out that things went really wrong in some browsers. Now I have to go over the css to see whats causing the problem, is there a easy way to find out what’s not working well in the browser ?

---

<div class="post-metadata">

### Author: ![kirupa](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/kirupa/32/11616_2.png) [@kirupa](https://forum.kirupa.com/u/kirupa)
#### Post date: [December 20, 2016, 8:31pm UTC](https://forum.kirupa.com/t/browser-compatibility/635682/2 "2016-12-20T20:31:34Z")

</div>

The one I’ve used in the past is [https://www.browserstack.com/](https://www.browserstack.com/). They do a good job of providing with a view of how your page looks across a variety of browsers.

Just out of curiosity, what types of cross-browser issues are you running into? Are these on primarily older browsers?

🙂

---

<div class="post-metadata">

### Author: ![Jonny\_Silva](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/jonny_silva/32/7836_2.png) [@Jonny\_Silva](https://forum.kirupa.com/u/Jonny_Silva)
#### Post date: [December 20, 2016, 8:50pm UTC](https://forum.kirupa.com/t/browser-compatibility/635682/3 "2016-12-20T20:50:45Z")

</div>

This one is on Opera, how it is suposed to look:  
 ![](https://forum.kirupa.com/uploads/kirupa/original/2X/0/028ae7ee75a6027842d91624080ba1074e7e7354.png)  
This is on Firefox:  
 ![](https://forum.kirupa.com/uploads/kirupa/original/2X/b/b23eb21dae67bdd9cc74bad78790231c4aa66c0b.png)  
And Chrome:  
 ![](https://forum.kirupa.com/uploads/kirupa/original/2X/7/7a38203a47dd0923d8bbb23547a5dce48c1651c1.png)

There are also some Javascript functions that could be causing a problem, and I’m not the one who made them D: hahaha It’s going to be a pain to pinpoint the problem.

---

<div class="post-metadata">

### Author: ![kirupa](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/kirupa/32/11616_2.png) [@kirupa](https://forum.kirupa.com/u/kirupa)
#### Post date: [December 20, 2016, 8:53pm UTC](https://forum.kirupa.com/t/browser-compatibility/635682/4 "2016-12-20T20:53:49Z")

</div>

Is the biggest issue the speech bubble pointer going over some text in Chrome?

---

<div class="post-metadata">

### Author: ![Jonny\_Silva](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/jonny_silva/32/7836_2.png) [@Jonny\_Silva](https://forum.kirupa.com/u/Jonny_Silva)
#### Post date: [December 20, 2016, 8:59pm UTC](https://forum.kirupa.com/t/browser-compatibility/635682/5 "2016-12-20T20:59:56Z")

</div>

I supose I could hide that pointer under the bubble, but on Firefox the problem seems to be diferent, and there are other pages being afected.
