Home › Forums › CSS › Display problem with chrome android › Re: Display problem with chrome android
March 11, 2013 at 9:04 am
#127736
Participant
My guess is the contenthover plugin bugs things (with setting heights to 0 on parent elements in Chrome), are the samples visible if you disable that plugin?
EDIT: The function accepts a height, try this:
$(‘.d1’).contenthover({
overlay_background: ‘#333’,
height: ‘175px’
});