Forums

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

Home Forums CSS Text unselectable on whole page

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #174439
    Flan
    Participant

    Can’t figure why I can’t select the text anymore… it worked until recently when I was working on the sub-menu. Probably some position / z-index mistake

    http://www.stiftungklik2.ch.2.inware.ch/

    thanks a lot for any hints!

    #174441
    chrisburton
    Participant

    @Flan What have you done to narrow down the issue? If you believe it is a z-index related issue, have you removed the sub-menu to test to see if that was in fact the problem?

    #174445
    Flan
    Participant

    I tried to remove several elements.. (chrome is perfect for that) but nothing worked so far.
    If it’s not the positioning I honestly can’t imagine what else could cause this, except maybe html syntax errors

    #174446
    Flan
    Participant

    Hm. As soon as I move some text outside a .page div its selectable… this is weird because I don’t recall changing anything about the pages. However I don’t see, even if i delete all other pages and mess with the css properties, what the hell is blocking the selection-function?

    #174447
    Flan
    Participant

    Alright. Got it. When I comment out touchSwipe.js it works.

    #174450
    Paulie_D
    Member

    For one thing the EN…is not a link.

    <nav class="langswitch">
            <a href="/de/.1.html">de</a>
            <span>.</span>
            <a href="/fr/.1.html">fr</a>
            <span>.</span>
            <a href="/it/.1.html">it</a>
            <span>.</span>
             /* something is missing ? */
            <span>en</span>
            &lt;/nav&gt;
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.