Re: [css-d] a picture with in a picture

2008-03-09 Thread Rafael
David Hucklesby wrote: On Sat, 08 Mar 2008 17:38:59 -0600, Rafael wrote: T wrote: [···] Use .png for the frame, cos it has excellent transparency support. Yet another reason not to use it: PNG images don't work in IE6 (and, although we all regret this, IE6 is still the

Re: [css-d] a picture with in a picture

2008-03-08 Thread T
To: css-d@lists.css-discuss.org Subject: [css-d] a picture with in a picture Is it possible to have an image showing a picture frame and have that as part of the css style sheet. Then in HTML on different pages use that frame to cover over an image, giving the image a nice decorative picture

Re: [css-d] a picture with in a picture

2008-03-08 Thread Rafael
T wrote: If you want an ornate frame, for example, where parts of it overlap the image, set the picture as the background image, then place the frame image over the top. For example, each page loads a different image. This is called image.jpg in the block below (just replace with your

Re: [css-d] a picture with in a picture

2008-03-08 Thread David Hucklesby
On Sat, 08 Mar 2008 17:38:59 -0600, Rafael wrote: T wrote: [···] Use .png for the frame, cos it has excellent transparency support. Yet another reason not to use it: PNG images don't work in IE6 (and, although we all regret this, IE6 is still the dominant browser in the real world).

Re: [css-d] a picture with in a picture

2008-03-08 Thread Jake Churchill
From: David Hucklesby [EMAIL PROTECTED] Sent: Saturday, March 08, 2008 8:25 PM To: Rafael [EMAIL PROTECTED] Subject: Re: [css-d] a picture with in a picture On Sat, 08 Mar 2008 17:38:59 -0600, Rafael wrote: T wrote: [···] Use .png for the frame, cos it has excellent transparency support. Yet

Re: [css-d] a picture with in a picture

2008-03-07 Thread Scott Sauyet
Jim Davis wrote: On Thu, Mar 6, 2008 at 6:57 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is it possible to have an image showing a picture frame and have that as part of the css style sheet. Here is a way to have the frame in as a background in the css and adding the image in the body of

Re: [css-d] a picture with in a picture

2008-03-07 Thread [EMAIL PROTECTED]
.png for the frame, cos it has excellent transparency support. Hope this works out for you, and I'd like to see it when it's done. Good luck -Original Message- From: [EMAIL PROTECTED] Sent: Thu, 6 Mar 2008 18:57:18 -0800 To: css-d@lists.css-discuss.org Subject: [css-d] a picture

Re: [css-d] a picture with in a picture

2008-03-07 Thread Rafael
Scott Sauyet wrote: Jim Davis wrote: On Thu, Mar 6, 2008 at 6:57 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is it possible to have an image showing a picture frame and have that as part of the css style sheet. Here is a way to have the frame in as a background in the css

[css-d] a picture with in a picture

2008-03-06 Thread [EMAIL PROTECTED]
Is it possible to have an image showing a picture frame and have that as part of the css style sheet. Then in HTML on different pages use that frame to cover over an image, giving the image a nice decorative picture frame. Don't know if I'm pushing the limits. thanks in advance chris

Re: [css-d] a picture with in a picture

2008-03-06 Thread Geoffrey Hoffman
Sure. Make a div id=frame. Make a blank black frame image and use that as a background-image with no repeat. Then inside that div, put your img add padding-top and padding-left to line up. On 3/6/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is it possible to have an image showing a picture

Re: [css-d] a picture with in a picture

2008-03-06 Thread Jim Davis
Here is a way to have the frame in as a background in the css and adding the image in the body of the html: http://www.jimdavis.org/test/frame_demo.html Jim On Thu, Mar 6, 2008 at 6:57 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is it possible to have an image showing a picture frame and