Define new CSS class for #fbuilder_1
-
I have two calculators, I am using #fbuilder_1 for one of the calculators. How can I define the css class for the other calculator?
I just need to have a different background for the other calculator. See the code:
#fbuilder_1{ background: #fff; padding: 5px 15px; border-top: 5px solid #10c0e7; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
So I need to define #builder_2 for the other calculator and have something like this:
`#fbuilder_2{
background: #ff00ff;
padding: 5px 15px;
border-top: 5px solid #10c0e7;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}The page I need help with: [log in to see the link]
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Define new CSS class for #fbuilder_1’ is closed to new replies.