I have two button sets on my page. Each has one button. I want one button to have a blue background so I created an inline css class named “BlueButtonClass”. I want the other button to have a transparent background so I did the same and named it “TransparentButtonClass”. Each one works great, however, I can’t use both classes on the same page. Which ever Inline CSS is last in the list trumps any CSS class before it, so even if I assign “BlueButtonClass” to one button and “TransparentButtonClass” to the other button, they both have the same background color which is the color of the class that is the last in the CSS list.
Question
CSS Class issue
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.