Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM How can I get rid off reset.css rules?
#1
Hi,

please look at the attached screenshot:

I would like to style a table under Innovation scheme, but the only way to kill those reset.css styles is using !important;
I tried

Code:
<style>
td {
 border:1px solid orange !important;
}
</style>

next to the table html, but without !important nothing happens Sad

(It is the standard reset.css, only compressed, so that only line 1 exists.)

I thought css is hierarchical, the more specific commands rule? How can reset.css be the "chief"??

Bye
Hypertexter


Attached Files Thumbnail(s)
   
Reply


Messages In This Thread
How can I get rid off reset.css rules? - by Hypertexter - 2015-09-05, 17:49:46



Users browsing this thread: 3 Guest(s)