Thread: Specificy
View Single Post
Old 15-04-2008, 01:42   #5 (permalink)
rustybones
buttock racer
 
rustybones's Avatar
 
Join Date: Oct 2007
Location: Sweden
Posts: 192
Maybe there shouldn't be a space between the full stop and the class name.

For example you have:

Code:
. left strong { color: 123456; }

it should be more like this:

Code:
.left strong { color: #123456; }

you should probably have the hash in front of your colour code too
  Reply With Quote