Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Display problem with chrome android Re: Display problem with chrome android

#127736
CrocoDillon
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’
});