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; <<<<add
    border: none;
}

>  
>  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/

Reply via email to