Re: [css-d] How can I get rid of a gap under an image?

2009-09-23 Thread Brian Hazelton
I think the problem is the product div's border:1px solid #77; try setting the bottom-border to 0px after this line. __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -

Re: [css-d] How can I get rid of a gap under an image?

2009-09-23 Thread Philippe Wittenbergh
On Sep 24, 2009, at 2:32 PM, wrote: > I'm trying to fix a gap between the bottom of an image and the > border of the container div. I want the border to look like it is > the border of the image. > > Here is the link: http://www.mcmullincreative.com/danbenson/test.html > > The image I'm havi

[css-d] How can I get rid of a gap under an image?

2009-09-23 Thread russ
Hello all, I'm trying to fix a gap between the bottom of an image and the border of the container div. I want the border to look like it is the border of the image. Here is the link: http://www.mcmullincreative.com/danbenson/test.html The image I'm having trouble with is in the larger column. T

Re: [css-d] Strange image behavior in IE8

2009-09-23 Thread Philippe Wittenbergh
On Sep 24, 2009, at 11:58 AM, Kelly Miller wrote: > I've seen it on multiple projects; it seems to crop up any time I > try to use a > group of images contained in divs with displays of inline-block. I > suspect > IE8's inline-block support is not as good as Microsoft would have > people >

Re: [css-d] Strange image behavior in IE8

2009-09-23 Thread Kelly Miller
On September 23, 2009 6:38:28 pm David Laakso wrote: > Kelly Miller wrote: > > I'm trying to style a web photo gallery by stacking pictures > > side-by-side. Since I want to center them, I chose to use display: > > inline-block instead of float: left to make them align horizontally. The > > strang

Re: [css-d] Strange image behavior in IE8

2009-09-23 Thread David Laakso
Oops... (error correction) See: Bruno Fassino __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incuti

[css-d] A little vertical align issue

2009-09-23 Thread Scott Haneda
here is a simplified version: http://dl.getdropbox.com/u/340087/Drops/09.23.09/align-42fc19f2-154007.html Div with an image in it, the div has height and line height set Why do I need a single char before the image in order to get the vertical align property to take effect? Firefox wlll vertica

Re: [css-d] Strange image behavior in IE8

2009-09-23 Thread David Laakso
Kelly Miller wrote: > I'm trying to style a web photo gallery by stacking pictures side-by-side. > Since I want to center them, I chose to use display: inline-block instead of > float: left to make them align horizontally. The strange thing is, although > it looks fine in every other browser, IE8

Re: [css-d] List numbering

2009-09-23 Thread Climis, Tim
> Hi Tim - Often when numbering like this is used it's quite important > that it is correct (e.g. legal docs). I think you'll find that there > significant cross-browser problems (the usual culprit) with numbering > this way. Even if the browser gets it right you may not want to do it > thi

Re: [css-d] List numbering

2009-09-23 Thread Tim Snadden
On 24/09/2009, at 8:40 AM, Climis, Tim wrote: >> I was looking in the spec, and it didn't look like there was an >> option for it, but perhaps I'm blind. > > Nevermind Apparently I'm blind. There's an example of how to > do this right there in the spec with counters. > > Sorry everyone.

Re: [css-d] List numbering

2009-09-23 Thread Climis, Tim
> I was looking in the spec, and it didn't look like there was an option for > it, but perhaps I'm blind. Nevermind Apparently I'm blind. There's an example of how to do this right there in the spec with counters. Sorry everyone. ---Tim ___

[css-d] List numbering

2009-09-23 Thread Climis, Tim
Is there an easy way to do ordered list numbering like this: 1 1.1 1.2 1.3 2 2.1 ... For mark up like: ... I was looking in the spec, and it didn't look like there was an option for it, but perhaps I'm blind. ---Tim __

[css-d] Strange image behavior in IE8

2009-09-23 Thread Kelly Miller
I'm trying to style a web photo gallery by stacking pictures side-by-side. Since I want to center them, I chose to use display: inline-block instead of float: left to make them align horizontally. The strange thing is, although it looks fine in every other browser, IE8 gives me this: http://cryst

Re: [css-d] Mystery margin on Windows FF & IE

2009-09-23 Thread Matt Fielding
The line-height worked well, and was the cleanest solution. Thanks for the tip. Matt On Tue, Sep 22, 2009 at 12:43 PM, jeffrey morin wrote: > > > On Tue, Sep 22, 2009 at 12:04 PM, Matt Fielding wrote: > >> Hello all, >> >> So I've been battling with a problem for the past few hours. I went to

Re: [css-d] ADMIN: Invitaci�n a conectarnos en LinkedIn

2009-09-23 Thread Eric A. Meyer
So apparently I need to write my spam filters in multiple languages. If only we'd all switched to Esperanto in the Sixties! (Says the guy who lives in one of two countries that doesn't use the metric system.) Sorry for the intrusion, folks. I'm off to adjust filters and take further n

Re: [css-d] hole in my layout...

2009-09-23 Thread Michael Beaudoin
On Sep 23, 2009, at 9:51 AM, Climis, Tim wrote: >> Ok. I have a hole in the bottom of my content area at >> http://ba-doyn.com/thomasjeff/_tj/ >> . Can anyone see what I missed? I went over the code and can't seem >> to >> located this. > > Firebug to the rescue! > > It's not a hole. It's your

Re: [css-d] hole in my layout...

2009-09-23 Thread Climis, Tim
> Ok. I have a hole in the bottom of my content area at > http://ba-doyn.com/thomasjeff/_tj/ > . Can anyone see what I missed? I went over the code and can't seem to > located this. Firebug to the rescue! It's not a hole. It's your footer div, which just happens to have the same background

[css-d] hole in my layout...

2009-09-23 Thread Michael Beaudoin
First of all, thanks to those who helped me balance my columns. Faux columns and some tweaks worked like a charm. Still kinda foggy about overlow, but I'm reading into that. Ok. I have a hole in the bottom of my content area at http://ba-doyn.com/thomasjeff/_tj/ . Can anyone see what I misse

[css-d] Sass, Compass

2009-09-23 Thread Ce Ce
Hi, I was wondering what you guys think about using Sass and Compass? Do you prefer using straight CSS? Thanks, CC __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- ht

[css-d] Sass, Compass

2009-09-23 Thread Ce Ce
Hi, I was wondering what you guys think about using Sass and Compass? Do you prefer using straight CSS? Thanks, CC __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- ht

[css-d] No More IE hacking?

2009-09-23 Thread Val Dobson
This promises to resolve (nearly) all IE styling issues, with no need to add any IE-specific hacks: http://code.google.com/p/ie7-js/ Val www.oakleafcircle.org.uk www.valdobson.co.uk www.astrodiary.co.uk _