CSS help
CSS help
Out of context: Reply #3
- Started
- Last post
- 9 Responses
- caseyc0
Nah, put them images in a container with an id, like "galleryThumbs" then do:
#galleryThumbs img {
border: 1px solid red;
}
Nah, put them images in a container with an id, like "galleryThumbs" then do:
#galleryThumbs img {
border: 1px solid red;
}