Hello,
Can anyone please tell me why my portfolio samples in the middle of my page are not visible on my website:
www.mharrisweb.co.uk
It looks fine in Firefox and IE.
Many thanks
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' });
Brilliant thanks very much works a treat!
Hello,
Can anyone please tell me why my portfolio samples in the middle of my page are not visible on my website:
www.mharrisweb.co.uk
It looks fine in Firefox and IE.
Many thanks
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:
Brilliant thanks very much works a treat!