Re: [css-d] Divs border

2009-10-02 Thread JG
One thing I wanted to point out is that the text is off when I view it in Mozilla. The copy is not aligned with the background and the bottom portion is misaligned. Also, the copy gets misaligned in IE when you increase text size. I prefer to just color the background in CSS instead of an image,

Re: [css-d] Divs border

2009-10-01 Thread David Laakso
Thierry Koblentz wrote: Thankd for the reply Thierry, it doesn't seem to work though. www.copywritecolombia.com/css.html #main {width:360px;} I just checked your page and now the containers fit the background image. And the width of #main is now as suggested in my reply

[css-d] Divs border

2009-09-30 Thread Ed Goodson
Hi all, I am having two issues: http://copywritecolombia.com/css.html 1. The background image for the h2 tags is not begin fully shown. How do I make it show completely? 2. I am trying to make the divs called details be the same width as this h2 orange background image. How do I do this- force

Re: [css-d] Divs border

2009-09-30 Thread Ed Goodson
width on the boxes. - Original Message - From: James White To: Ed Goodson Cc: css-d@lists.css-discuss.org Sent: Wednesday, September 30, 2009 3:14 PM Subject: Re: [css-d] Divs border 1. The background image for the h2 tags is not begin fully shown. How do I make

Re: [css-d] Divs border

2009-09-30 Thread Thierry Koblentz
Thanks for the reply James, I have validated and changed all those errors and added the height to the h2 tag. I just need to do the next step now, thank you 2. I am trying to make the divs called details be the same width as this h2 orange background image. How do I do this- force a pixel

Re: [css-d] Divs border

2009-09-30 Thread James White
1. The background image for the h2 tags is not begin fully shown. How do I make it show completely? You can add a height to the style for h2 tags. 2. I am trying to make the divs called details be the same width as this h2 orange background image. How do I do this- force a pixel width on

Re: [css-d] Divs border

2009-09-30 Thread Thierry Koblentz
Thankd for the reply Thierry, it doesn't seem to work though. www.copywritecolombia.com/css.html #main {width:360px;} I just checked your page and now the containers fit the background image. And the width of #main is now as suggested in my reply (360px). Am I missing something? --

Re: [css-d] Divs border

2009-09-30 Thread Ed Goodson
Great Thierry thanks that is working great now! - Original Message - From: Thierry Koblentz n...@tjkdesign.com To: 'Ed Goodson' e...@copywritecolombia.com; 'James White' jwh...@eliteworx.com Cc: css-d@lists.css-discuss.org Sent: Wednesday, September 30, 2009 6:35 PM Subject: Re: [css-d

Re: [css-d] Divs border

2009-09-30 Thread Ed Goodson
: Wednesday, September 30, 2009 7:02 PM Subject: Re: [css-d] Divs border Thierry Koblentz wrote: Thankd for the reply Thierry, it doesn't seem to work though. www.copywritecolombia.com/css.html #main {width:360px;} I just checked your page and now the containers fit the background image