Overiding or removing Inherited classes
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am using an external css file in my webpage which contains classes defined at control type level. for eg: INPUT { font-size: 12px; font-family: arial,verdana; background: #ffffff; border: 1px solid Gray; } This class gets applied for each and every input control over my page. What i want is some checkboxes on my form should not inherit this class( which it actually does by default) and have there default style. I cant change the external file, so the changes that i should make are in my file itself. Does any body here knows how do i achieve it???
When you fail to plan, you are planning to fail.