From: Robert Lane <[EMAIL PROTECTED]>

>The link you sent me is giving a 404 not found. 

http://chelseacreekstudio.com/ca/cssd/lane.html

Came through just fine for me, so you might try it again. :-)

> > Robert Lane wrote:
> > > I have an example here: http://tinyurl.com/3axpuo

> > > I
> > don't understand what I am doing wrong, but I am getting totally
> > > different results in IE6, IE7 and FireFox 2


As David said, hang in there. In additon to what he's sent you, add the 
following selector to close up the gaps you're seeing - caused by images being 
inline elements and IE leaving space for text descenders. Other browsers have 
an "almost standard" mode they apply for transitional doctypes which takes care 
of just this issue. IE6 does not. 

#logo_box img, #slides img {display: block;} /* or {vertical-align: bottom} if 
you prefer */

Cheers,

~holly  
 
                   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to