Subscribing for roughly three years, and yet still a CSS newbie. (My first 
post.)

Problem: The footer image (a bar of dark green with a deeper bar of light 
green) is repeated in IE8 only. The darker bar of color is showing twice 
between a list on the left (date, etc.) and a logo image on the right.

Page in question: http://gardeningsolutions.ifas.ufl.edu/mastergardener/

CSS code for footer:

/* = 
----------------------------------------------- */
#footer {
        float:left;
        width:100%;
        color: #0B337B;
        font-size: 80%;
        padding-top: 20px;
        padding-bottom: 0px;
        background: #D3E13C url(../images/template_images/template_footer.gif) 
repeat-x top left;
}

#footer p {
        float:right;
        margin: 0px;
        line-height: normal;
        padding: 0px 30px 10px 10px;
        display: inline;
}
  
#footer a {
        color: #0B337B;
}

#footer ul {
    float:left;
    padding-left: 5px;
        display: inline;
        vertical-align:top;
}
 
#footer ul a:hover {
        color: #669933;
}

#footer li {
        display: inline;
        padding-top: 5px;
        padding-right: 4px;
}

/* = 
----------------------------------------------- */

Stranger still, another "site" using a different style sheet - but with the 
same footer CSS code - isn't repeating: 
http://gardeningsolutions.ifas.ufl.edu/schoolgardens/
I'm baffled (not hard to do)...

Thanks,
Jennifer McIntyre Sykes
jmcint...@ufl.edu
http://gardeningsolutions.ifas.ufl.edu

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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