sekasi
June 7th, 2008, 03:27 AM
To make the post short, I just want some confirmation;
Nested !important tags on the same property always take priority the 'deeper' they are in the nest right?
ie;
#block {
color: #0A0A0A !important;
};
#block #block2 {
color: #FFFFFF !important;
}
#block #block2 #block3 {
color: #999999 !important;
}
So if there's text inside block3 that is nested, it'll get #999999 rite? Just trying to troubleshoot here, want to rule this factor out :kir:
Nested !important tags on the same property always take priority the 'deeper' they are in the nest right?
ie;
#block {
color: #0A0A0A !important;
};
#block #block2 {
color: #FFFFFF !important;
}
#block #block2 #block3 {
color: #999999 !important;
}
So if there's text inside block3 that is nested, it'll get #999999 rite? Just trying to troubleshoot here, want to rule this factor out :kir: