Hi guys:
My page works fine locally on my machine but when integrating it to another page, it undos all of my CSS rules due to the existing CSS rules coded by the previous developer. As a result, there are rule conflicts. If I change the existing CSS rules, they will affect many other pages using this same style sheet. So,... I have to stick with it.
How do I make my CSS rules do the way I have specified ? I have used the id class with the div tag but it does not help. Thanks.
My page works fine locally on my machine but when integrating it to another page, it undos all of my CSS rules due to the existing CSS rules coded by the previous developer. As a result, there are rule conflicts. If I change the existing CSS rules, they will affect many other pages using this same style sheet. So,... I have to stick with it.
How do I make my CSS rules do the way I have specified ? I have used the id class with the div tag but it does not help. Thanks.