Some browsers require the background-position property set to 'fixed' or else the background will not appear. Firefox is this way.
On Mar 5, 12:58 pm, Charlie Tomlinson <charlie...@gmail.com> wrote: > input isn't a css "class",, it's a tag with css attributes > have you tried ("input").css ()?webspee...@gmail.comwrote:Hey all. I'm > trying to add/remove a class and am having trouble. When I add the new class, > the color takes hold, but not the changing of the background image. The > original CSS is defined as input[type="button"]{background- image:....} How > do I remove a class that is defined like the one above? I tried > removeClass("input"), but that didn't work.