Re: [css-d] A couple of odd spacing issues...

2006-05-17 Thread David Laakso
Ann Adamcik wrote:
> http://indigopear.com/Clients/rcjl/Index.html
> http://indigopear.com/Clients/rcjl/style.css 
>  1. Margins/padding are set to 0, yet the photo boxes have 
>  a space between the rows in Firefox and Opera.
>   
Try:
img {display: block; <<<  
>  2. In IE6, there is a space at the bottom of the header (above 
>  the orangey line).  The wierd part is that if you roll over one 
>  of the square box links the gap closes up some, and then it
>  expands again when you roll over the top menu.
>   
Add, this star hack at the bottom of the style sheet and see if it helps:
* html  #header { height: 0; }
>  
>  Any insights about what's going on here?
>   
No clue, whatsoever. Others on the list may have better ways of 
resolving these issues.
>  
>  Thanks!
>  -Ann
Regards,
~davidLaakso

-- 
http://www.dlaakso.com/gustave/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/


[css-d] A couple of odd spacing issues...

2006-05-17 Thread Ann Adamcik
Hi all,
 
 I could really use some help with 2 spacing issues 
 on this page: http://indigopear.com/Clients/rcjl/Index.html
 The css is here: http://indigopear.com/Clients/rcjl/style.css
 
 1. Margins/padding are set to 0, yet the photo boxes have 
 a space between the rows in Firefox and Opera.
 
 2. In IE6, there is a space at the bottom of the header (above 
 the orangey line).  The wierd part is that if you roll over one 
 of the square box links the gap closes up some, and then it
 expands again when you roll over the top menu.
 
 Any insights about what's going on here?
 
 Thanks!
 -Ann

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/