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