Forums

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

Home Forums CSS [Solved] some letters shine through menu

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #192243
    stoffi
    Participant

    I need a tip,

    I’ve got a strange problem. In a Website I built in the moment I use a drop-down-menu (without opacity). I can see some letters from the text underneath through it – the letters are are only the <sup>’s.
    Has anyone an idea what it causes and how to get rid of it?

    thank you
    Christoph

    #192249
    Senff
    Participant

    Could be a positioning issue (relative/absolute) with Z-index, could be a browser bug. Do you have a link to the page where the issue appears so we can investigate the code?

    #192250
    stoffi
    Participant

    I have not looked at z-index but I will have an eye on it.

    the linkto this page:
    http://www.christoph-freyer.at/sandbox/diego_caltana/teaching.html

    thanks,
    Christoph

    #192253
    Senff
    Participant

    Yep, it’s a positioning/Z-index issue. The <sup> elements have relative positioning, which is why they’ll show through.

    Giving .click-nav ul a Z-index will solve the issue. If you want to be sure, give it a Z-index of 10 and give the <sup> a Z-index as well, lower than 10.

    #192320
    stoffi
    Participant

    Thank you for your very fast answer. It solved my problem – now it works.
    Christoph

    solved

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