onday, 22 March 2004 3:09 PM
To: [EMAIL PROTECTED]
Subject: Re: [WSG] mysterious space
Peter
Sounds like a trip on the Magical Mystery Whitespace
Tour (sponsored by
Microsoft). I had this problem while back with a
nested list, threw
things at the screen in the end to try and fix it.
Lu
> Universal Head wrote:
> Can anyone enlighten me on this ...
> my thumbnail pics have about 5 pixels space at the bottom in IE6
> that I can't work out how to remove. In the CSS I have specified
> height and width, and padding is 0,.
> http://www.cinema4duser.com/tech_feature01.html
Try addin
James, I greatly appreciate you getting stuck into this. I'll let you know how it goes.
Thanks again
Peter
On 22/03/2004, at 3:09 PM, James Ellis wrote:
Peter
Sounds like a trip on the Magical Mystery Whitespace Tour (sponsored by Microsoft). I had this problem while back with a nested list, th
Peter
I'd try neutralizing the default for the span tags that you're using in the html in place of list items. Set a rule for those specific spans to margin 0 because IE screws the rendering in default. And to be safe 0 the padding as well.
Leo
On Sunday, March 21, 2004, at 10:24 PM, Universal
Peter
Sounds like a trip on the Magical Mystery Whitespace Tour (sponsored by
Microsoft). I had this problem while back with a nested list, threw
things at the screen in the end to try and fix it. Luckily calmness
(counted to 32768 backwards) prevailed and I ended up rejigging the
complete lis
Damn - doesn't seem to work for me despite trying out several permutations! Any other ideas?
Peter
Can anyone enlighten me on this ... my thumbnail pics have about 5 pixels space at the bottom in IE6 that I can't work out how to remove. In the CSS I have specified height and width, and padding is
The space is *within* the border (ie padding), not outside it (ie margin). These margins allow the floated thumbnails to stay 5px from each other.
Thanks anyway!
Peter
On 22/03/2004, at 1:50 PM, Maureen Beattie wrote:
I am not sure Peter if this is what you mean but you have specified margin: 0;
you said .. Can anyone enlighten me on this ...
my thumbnail pics have about 5 pixels space at the bottom in IE6 that I can't
work out how to remove. In the CSS I have specified height and width, and
padding is 0, so who knows where its coming from.
I am not sure Peter if this is what
On Mar 21, 2004, at 6:20 PM, Universal Head wrote:
Can anyone enlighten me on this ... my thumbnail pics have about 5
pixels space at the bottom in IE6 that I can't work out how to remove.
In the CSS I have specified height and width, and padding is 0, so who
knows where its coming from.
I ran