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,
..here is what I did and seems to work fine in all browsers and during
resize.
.bannerheading
{
    padding: 10px;
    background-color: #E8E8E8;
    font-size: 1em;
    font-weight: bold;
    color: #333;
    letter-spacing: .2em;
}


On Wed, Sep 30, 2009 at 3:06 PM, Ed Goodson <e...@copywritecolombia.com>wrote:

> 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 a pixel width on the boxes.
>
> Thank you very much for any help, Ed
>
>
>
>
> ______________________________________________________________________
> css-discuss [cs...@lists.css-discuss.org]
> 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/
>
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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