OK I found what was causing the issue; Nivo Slider CSS, specifically this:
[>] 
.nivo-html-caption {
    display:none;
}

I changed it to 
.nivo-html-caption {
    visibility: hidden;
}
and the bug goes away for this page. 

Anyone enlighten me as to why this would be?

______________________________________________________________________
css-discuss [css-d@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