Thank you both. Indeed whitespace in the markup was the problem. 
Firefox did not recognize multiple src attributes or my doc is missing
some header info.  s that an XHTML spec or HTML or ???   However
eliminating the whitespace between the img tags did the trick.

Also Thierry, i used your suggestion  and went with the descendent
selector for the images. Less typing is good. Thank you for pointing
that out.

Cheers,

Peter


On 8/31/05, Thierry Koblentz <[EMAIL PROTECTED]> wrote:
> Peter Speltz wrote:
> > Hi all. I'm having a similar problem.  I'm using Firefox on a PC for
> > starters.   Despite 0margins, 0 padding,    I have gaps that i do not
> > understand between images that make up my banner. I've been reading
> 
> > img.logo {
> >     border: none;
> >     margin:0px ;
> >     padding: 0px;
> >     /*float: left;  fixes it in Firefox PC */
> > }
> 
> 
> Peter gave you the answer for the extra space already, but I'd like to add
> that you do not really need class="logo" in the markup because you can get
> to the images through:
> .logobar img {}
> instead of:
> img.logo {}
> 
> HTH,
> Thierry | www.TJKDesign.com
> 
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to