Search code examples
javascripthtmlcssgoogle-chromecompatibility

Compablity issue with Chrome Web Browser


We have developed a website using HTML, css and javascriipting. When we open it in Mozilla firefox then we get correct display for the webpage but when we open it in Chrome browser then we gets a gap between news and event box and the images which we put just below it.

Link for the website is here.

I am attaching some screen shots to get a clear picture for the issue. Display in Mozilla Firefox browser

Display in Google Chrome browser


Solution

  • I guess the problem is with the height of marquee tag. In firefox, it is auto adjusting the height while in chrome it is taking some other height. One workaround will be to give Inline height to marquee .eg:- give height:164 px.