javascript - -moz-calc crossbrowser (pollyfills? hooks?) -
javascript - -moz-calc crossbrowser (pollyfills? hooks?) -
i'm working on project in i'm using less, css3 , other "fancy" technologies. have piece of code calculate height me:
height: -moz-calc(100% - 40px);
i utilize -moz-calc in couple other places calculate stuff. problem create working crossbrowser (o, safari, chrome, ie8+). it's kinda tricky when seek via js (jquery), cases tricky unfortunately. i'm looking kind of bullet proof solution automatic updates, css' calc().. ideas?
webkit landed prefixed calc() support. -webkit-calc() works in chrome dev build , should included in next release of chrome , safari.
javascript jquery css css3
Comments
Post a Comment