Re: [css-d] Equal Height Boxes with Rounded Corners

2011-03-14 Thread Thomas Pauly
On Mar 10, 2011, at 8:54 PM, Rob Mercer wrote: > I have two side by side boxes that I want to be equal height and have rounded > corners. I don't want to set a height for the boxes. To get equal height I > have used the margin/padding trick: > > #left-box, #right-box { > width:390px;

Re: [css-d] Text around Images

2011-03-14 Thread Mark Richards
On Sat, Mar 12, 2011 at 20:56, Beth Lee wrote: > On Sat, Mar 12, 2011 at 6:29 PM, tedd wrote: > > > There was a css article about how one could slice an irregular image such > > that the text in an adjacent textarea appeared to move around the image. > > > > Does anyone have a reference to that

Re: [css-d] Trouble trying to center webpage

2011-03-14 Thread Richard Wendrock Forum
Thanks very much... The text-align: left; is needed for IE 9 also. Text was centered in the Promotions slide out before adding the text-align: left. Thanks again, Richard -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behal

Re: [css-d] Trouble trying to center webpage

2011-03-14 Thread Tim Arnold
On Mar 14, 2011, at 7:48 AM, Lesley Lutomski wrote: > On 14/03/11 05:50, Richard Wendrock Forum wrote: > >> >> any idea as to how I can force the content to center in the page? >> > > Hi Richard, > > Try adding > > #aspnetForm {width: 1074px; margin: auto;} > > Works for me on Firefox but I can't

Re: [css-d] Trouble trying to center webpage

2011-03-14 Thread Lesley Lutomski
On 14/03/11 05:50, Richard Wendrock Forum wrote: any idea as to how I can force the content to center in the page? Hi Richard, Try adding #aspnetForm {width: 1074px; margin: auto;} Works for me on Firefox but I can't test on anything else at the moment. Hope that helps. Lesley _