Re: [css-d] IE and img trouble

2008-06-06 Thread christopher
> .banners img { vertical-align: bottom; }
> 
> What's happening?
> 
> http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps
> 

Worked great, and thanks for the link!


-- 
christopher <[EMAIL PROTECTED]>
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE and img trouble

2008-06-05 Thread Arlen Walker

On Jun 4, 2008, at 10:46 PM, christopher wrote:

> I've got a question about a layout I'm doing in which I
> keep getting the background color poking out between
> the images I'm using. I'm not sure why this is, and
> it's only in Internet Explorer (opera and firefox
> display it with out this). I know that the background
> is poking out of the bottom of the image, if that
> matters.

.banners img { vertical-align: bottom; }

What's happening?

http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps

Have Fun,
Arlen

--
In God we trust, all others must supply data

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE and img trouble

2008-06-04 Thread David Laakso
christopher wrote:
> I've got a question about a layout I'm doing in which I
> keep getting the background color poking out between
> the images I'm using. 
>
>
> w3.coh.arizona.edu/aas/new_aas
>
>
> Thanks ~ Chris
>
>   




Add this to close the gap in IE/6 and IE/7:
img {vertical-align:bottom;}


-- 
http://chelseacreekstudio.com/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] IE and img trouble

2008-06-04 Thread christopher
Hi everyone. I just discovered this list through
hotdesign.com/seybold/32online.html. I've been
maintaining websites for a little while now and I'm
also interested in FreeBSD and OSS programming.

I've got a question about a layout I'm doing in which I
keep getting the background color poking out between
the images I'm using. I'm not sure why this is, and
it's only in Internet Explorer (opera and firefox
display it with out this). I know that the background
is poking out of the bottom of the image, if that
matters.

Here's the link to the page
w3.coh.arizona.edu/aas/new_aas

The layout is tableless, but I had tried it with tables
too and the same thing was happening. I would guess it
has something to do with text spacing, but I've messed
with it, and I can't figure it out. Does anyone know
how to eliminate it?

Basically I want the images to be displayed seemlessly.
I know that I could just photoshop them, but since
there is going to be a lot more to this template, I
want to figure out how to get rid of that gray
background popping through.

Thanks ~ Chris

-- 
christopher <[EMAIL PROTECTED]>
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/