View Single Post
Old 03-03-2008, 00:25   #2 (permalink)
Mongoose
Senior Member
 
Mongoose's Avatar
 
Join Date: Oct 2007
Location: Olympia, WA
Posts: 150
Send a message via AIM to Mongoose
You can either give images you want to selectively position a class and style according to that or you can use attribute selectors to style them based on the image they link to:

img[src="./directory/image.png"] {
...
}
  Reply With Quote