javascript - Website acts different on different browsers -
i working on website . has full screen video background , there other javascript coming .
website : www.omod.biz/omoddemo
the website behaves differently on different browsers. dont know how solve . currect version runss smoothly on chrome , ie . works poorly on firefox .however , not show on opera , safari in windows 8 pc . ihe website again runs smoothly on safari on macbook .
i trying learn web development concepts on own , how 1 understand how different browsers react . , want make website run smoothly on browsers . should changes ?
any type of appreciated. thank
different browsers support different things. browsers support thing other browsers don't.
in terms of css, make sure of properties have necessary prefixes. eg:
property: value; -webkit-property: value; -moz-property: value; -o-property: value;
also, browsers don't support properties.
html, browsers support tags.
Comments
Post a Comment