Bill,

>From what I see, you can combine the two styles because of the same name,
but then you have display:inline-block and block in the same style. How can
this be? Are you working around something in IE? Inline-block possibly?

Thanks,
Keith


On Fri, Aug 22, 2008 at 7:39 AM, Bill Brown <[EMAIL PROTECTED]> wrote:

> Hi Lesley,
>
> See if this helps:
>
> #dropshadow_mid { /* repeats the middle image of the centre block */
>  display: inline-block; /*** ADD ***/
>  margin: 0;
>  padding: 1px 0;
>  overflow: hidden; /*** ADD ***/
>  background: url("800.800.middle.png") repeat-y center;
> }
> #dropshadow_mid {
>  display: block; /*** ADD ***/
> }
>
> Best,
> Bill
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to