Sent by Kepler Gelotte on 14 March 2008 21:09
This is a multi-part message in MIME format.
--Boundary_(ID_D91yuMLwEHo4CWR1zwkiKA)
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
> 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
--Boundary_(ID_D91yuMLwEHo4CWR1zwkiKA)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
--Boundary_(ID_D91yuMLwEHo4CWR1zwkiKA)--