| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
CSS Noob
Join Date: Jan 2008
Posts: 97
|
Specificy
On a website I am making, if i have two divs, one called "right" and the other "left" and I want the <strong> text to appear different in both, would I do something like this in the css file. . right strong{ color: 123456; } . left strong{ color: 654321; } |
|
|
|
|
|
#5 (permalink) |
|
buttock racer
Join Date: Oct 2007
Location: Australia
Posts: 190
|
Maybe there shouldn't be a space between the full stop and the class name. For example you have: Code:
it should be more like this: Code:
you should probably have the hash in front of your colour code too |
|
|
|
#7 (permalink) | |
|
competitionmaster 2.0
Join Date: Oct 2006
Location: USA
Posts: 977
|
Quote:
Koloration design & development
|
|
|
|
|
#9 (permalink) | ||
|
CSS Noob
Join Date: Jan 2008
Posts: 97
|
So, in this case, (shown below) I have a script for rounded corners. However, I can't find a way to make it be specifictly for the "right" or the "left" CSS CODE Quote:
HTML Quote:
|
||
|
![]() |