Webmaster wrote:
> The only remaining problem I have with IE6 is the ~20px gap between the head 
> and the main content block.
> URL: http://www.tusculum.edu/giving/nd.html
> CSS: http://www.tusculum.edu/css/ndbrown.css
>
>   


Below code is in the IE/6 cc's in the head of the document.
Please see:
<http://www.chelseacreekstudio.com/ca/cssd/nd.htm>

This closes the top gap.
* html #header-links {background:url(filler.gif); margin-top: -1em;}
The filler.gif  is a slice to "fill" the horizontal gaps (I know from 
nothing about photoshop, so you'll want to make your own).

The below, is an attempt to close the first horizontal gap with CSS. The 
slice fills the remaining gaps.
* html #admissionButton,
* html #admissionButton:focus,
* html #admissionButton:visited:hover,
* html #admissionButton.udmR,
* html #admissionButton.udmR:visited,
* html #admissionButton:active {
    width:70px;
    margin-right:-10px;
    }




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

Reply via email to