Page 1 of 1

Frames around singles images

PostPosted: Thu Jul 22, 2004 10:24 am
by tivoli
I have searched the forum and do not see an instruction how to put a frame around an image when it is seen on a single image page. I neglected to do that in photoshop to the images. Am I now out of luck or is there a way to frame the images? Thank you.

Re: Frames around singles images

PostPosted: Thu Jul 22, 2004 2:04 pm
by arjunrc
susanckd wrote:I have searched the forum and do not see an instruction how to put a frame around an image when it is seen on a single image page. I neglected to do that in photoshop to the images. Am I now out of luck or is there a way to frame the images? Thank you.


depends on what sort of frame - its easy to put a simple border, or, in the case of IE, border + shadow

If you only want a frame around the single image display, you might want to modify the .display class

display /* border around image in image page */
{
border: rgb(0, 0, 0) 1px solid;
}

For more esoteric frame, you may have to do it in your image editor of choice

Also, you may find some of this useful:
http://www.pbase.com/image/28405762
http://www.pbase.com/image/28405774

regds
arjun

Re: Frames around singles images

PostPosted: Thu Jul 22, 2004 2:36 pm
by ilanphoto
Also, you may find some of this useful:
http://www.pbase.com/image/28405762
http://www.pbase.com/image/28405774

regds
arjun


I have been looking for this list for along time
Thanks

Re: Frames around singles images

PostPosted: Thu Jul 22, 2004 5:44 pm
by matiasasun
arjunrc wrote:Also, you may find some of this useful:...
regds
arjun


Wow!, That is what I needed... Thanks a lot Arjun.
Matias

PostPosted: Fri Jul 23, 2004 3:16 am
by tivoli
Thank you very much!! Appreciate your help.