jquery - absolute position issue on Chrome 28.0.1500.72 -
for reason re elements on homepage shifting page 25px. browser happens in google chrome version 28.0.1500.72. every other browser fine.
is there way can check if user on version , change styles version only?
the code fine know it's wrong browser version, jquery way can think of can resolved
type of jquery function:
var browser = // ever browser ; if(// browser version ...){ $(".example").css('top', '25px'); }
thanks in advance answers, has been irritating it's literally version. works in ie6 through 10.
i see on fiddle, think else, you:
if(navigator.appversion.match(/chrome\/28.0.1500.72/))
Comments
Post a Comment