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

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #43301
    matthisco
    Participant

    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](http://www.mharrisweb.co.uk “www.mharrisweb.co.uk”)

    It looks fine in Firefox and IE.

    Many thanks

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

    #127758
    matthisco
    Participant

    Brilliant thanks very much works a treat!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.