Questions tagged [prefixfree]

Javascript library that adds prefixes to CSS properties for browsers that need them

A Javascript library that lets developers use unprefixed CSS properties. It adds the browser prefixing to any CSS code, as needed.

18 questions
0
votes
1 answer

Chrome dev tool workspace: I can't map my network resource?

I am trying out the new Chrome dev tool workspace. Setup: I got my wampserver running. I have chucked in my project files in the wamp folder. I am using sublime text as my editor. Problem: All the edits that I am doing on dev tool are reflected in…
Vennsoh
  • 4,853
  • 5
  • 26
  • 41
0
votes
1 answer

How to apply Prefixfree.js to only a particular Div?

I have applied Prefixfree.js to my website but all the icons/images repeats (background-repeat). I want to apply Prefixfree.js to only a particular Div to resolve this issue. How can i accomplish this? Is there a way to apply, in jQuery, the…
Mustapha Aoussar
  • 5,833
  • 15
  • 62
  • 107
0
votes
3 answers

jQuery slider script works locally, breaks on server

I'm stumped: a landing page that I built works perfectly locally, but completely breaks when I upload it to our server. Here's the page: http://register.lot18.com/slider/google/ The white box in the middle is supposed to be perfectly centered; as…
daGUY
  • 27,055
  • 29
  • 75
  • 119
1
2