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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -