Re: [WSG] How do I combat extra padding?

2005-08-30 Thread Bert Doorn
G'day I had to create a table for this piece of our templates but am finding that firefox, netscape 7 and opera are adding extra padding under the images in the top row of cells. So far my fix has been to give our mozilla stylesheet margin-bottom: -4px for these images which has worked but I w

Re: [WSG] How do I combat extra padding?

2005-08-30 Thread Lea de Groot
On Tue, 30 Aug 2005 17:44:51 -0700, Janelle Clemens wrote: > I had to create a table for this piece of our templates but am finding that > firefox, netscape 7 and opera are adding extra padding under the images in > the top row of cells. So far my fix has been to give our mozilla > stylesheet mar

Re: [WSG] How do I combat extra padding?

2005-08-30 Thread Kenny Graham
I just tested out Bert's solution, and it works.  Set vertical align of the images to bottom.  Very nice to know, thanks Bert. :)

RE: [WSG] How do I combat extra padding?

2005-08-31 Thread Janelle Clemens
Thank you Bert. That worked like a charm. :-) Janelle -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bert Doorn Sent: Tuesday, August 30, 2005 5:59 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] How do I combat extra padding? G'day >