Search code examples
cssfirebugstrikethrough

Firebug CSS strike-through


I've made an global css that I used in two page (basic search and advance search page). I use it in advance search page, and the css script is running well. But when I move to basic search page (by click a link), the css not working. I used firebug to see what happen, and then I found that the css script is strike-through. css strike-through How can I solve it,.?


Solution

  • That basically means that your CSS property is being overriden by another CSS.

    See where that property is defined, and you'll probably need to fix the order of the CSS inclusion on your web-page.