Your website should be rendered the same* in all browsers. Not having that is a sure sign of doing it wrong. There’s no legitimate reason to favor any particular browser.
*Mobile browsers are somewhat different, but even then you can use one set of code to render your site correctly in a smaller screen. It’s called responsive design, and uses CSS media queries to set the appearance/location of elements based on the size of the browser window. Frameworks like Bootstrap employ the technique.
Regarding your program, what does your browser’s JS console say?
*Mobile browsers are somewhat different, but even then you can use one set of code to render your site correctly in a smaller screen. It’s called responsive design, and uses CSS media queries to set the appearance/location of elements based on the size of the browser window. Frameworks like Bootstrap employ the technique.
Regarding your program, what does your browser’s JS console say?