CSS img help
CSS img help
Out of context: Reply #9
- Started
- Last post
- 16 Responses
- ********0
.img { etc should work.
or try
body.img {border:none}
no need for a span in each image. let css read each html tag seperately for more control over them.
a:link img {...} probably not working if you have some links without images. it's good to have an a:link statement free for plain links. if you want to add something special to a link call that statement again:
a:link { blablabla }
a:link.img { nhanhanha }