Re: Trying to add padding to my images. Please help
the reason why i suggested using
Code:
.prdetails img {
margin: 5px 25px 5px 0;
}
was because it narrows down the selection the smaller thumbnails. I believe using the code as you did, it also adjusts the larger image as well. But its always nice to see people working out their own issues--hands on logic is the best way to learn.
And if you aren't using firebug w/ firefox, you should be.