[css-d] How to make rounded corners box with one image?

2009-05-01 Thread Dan King
I'm relatively new to css and for the past few weeks, I've been trying to create a rounded corners box with one image. I've searched online but nothing I've found so far clearly explains how to use one image to create the rounded corners box. They all suggest to use four 'hooks' i.e. divs and

Re: [css-d] How to make rounded corners box with one image?

2009-05-02 Thread Dan King
...@lists.css- discuss.org] On Behalf Of Dan King Sent: Friday, May 01, 2009 12:25 PM To: css-d@lists.css-discuss.org Subject: [css-d] How to make rounded corners box with one image? I'm relatively new to css and for the past few weeks, I've been trying to create a rounded corners box with one

Re: [css-d] How to make rounded corners box with one image?

2009-05-07 Thread Dan King
The values you need will depend on the radius of your corners and on the offset of the drop shadow. If you don't use it already I would strongly recommend familiarising yourself with firebug. Thanks for the tip on using firebug; it made creating the rounded corners box so much easier.