Thank you for your help.  The fix seems to be when I took  margin {0
.06em 0 .06em} out of the main head div.

Nancy Johnson

On Fri, Mar 14, 2008 at 5:00 PM, Kepler Gelotte
<[EMAIL PROTECTED]> wrote:
> > If you mean: http://www-odi.nhtsa.dot.gov/images/defects_banner.jpg
>  > Hold its height, crop its width?
>
>  You could also resize the image along with the text. In your CSS you
>  currently have:
>
>  .head img {margin: .19em 0 .19em  0; }
>
>  Add width and height where 1em = 16px (on most monitors) at 100%:
>
>  .head img {margin: .19em 0 .19em  0; width: 41.3125em; height: 3.125em; }
>
>  41.3125 * 16 = 661
>  3.125 * 16 = 50
>
>  Best regards,
>  Kepler Gelotte
>  Neighbor Webmaster, Inc.
>  156 Normandy Dr., Piscataway, NJ 08854
>  www.neighborwebmaster.com
>  phone/fax: (732) 302-0904
>
>
>
______________________________________________________________________
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