| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Web Hoster
Join Date: Jan 2008
Location: Canada
Posts: 140
|
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: Sweden
Posts: 196
|
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 |
|
|
|
#9 (permalink) | ||
|
Web Hoster
Join Date: Jan 2008
Location: Canada
Posts: 140
|
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:
|
||
|
![]() |