S
S
SaintSlav2014-11-27 12:46:17
css
SaintSlav, 2014-11-27 12:46:17

How to solve the problem with cross-browser compatibility of the site?

There is a site mittel.ru
In Chrome, everything is displayed correctly, in Safari with small bugs, in Firefox already with problems.
Please tell me what is the problem?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
Evervess, 2014-11-27
@SaintSlav

in main.js you hang on events not yet declared functions

window.onresize = bgresize;

... 

function bgresize(){
    ...
}

This is from what threw the Exception. FF 33.1.1

I
Ilya Pavlov, 2014-11-27
@PiCoderman

Go freelancing. There they will tell, and show, and correct ...

A
Alexander Zachinalov, 2014-11-27
@SanDiesel

Tell me what is wrong for you? Or should we describe all the problems?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question