Search:
Search took 1.00 seconds.
-
I actually still made a mistake, the dot should be after the space, so copy this one:
.content_res .content_right .shadowblock { padding:8px 15px 15px; background:#efefef; border:1px solid #fff;}
-
I think I reached the end of my CSS knowledge here. One thing I saw though, you didn't leave a space after '.content_right' not sure if that is just how you wrote it here. if that is how you have it,...
-
You may have changed the colour to the .shadowblock tag, but you would need to indicate which shadowblock you are talking about, so include .content_right .shadowblock and apply your attributes
-
Hi, I am not a proffessional, but I have edited quite a bit in my classipress site.
A great help to find the tag which you want to change is the Firefox browsers Web Developer. just download and...