Quote:
Originally Posted by neodjandre
update: used !important and it worked! thanks so much..
now need to figure out how to remove this yellow border and fully align the slider !
|
Using !important is just overriding some CSS elsewhere that has more specificity. Instead of using !important, why not find the real cause and remove that?
See this article on the use of !important.
All of those things could be seen and fixed if you used
FireBug for FireFox.