- This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
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!
@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?
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
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?
Alright. Got it. When I comment out touchSwipe.js it works.
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>
</nav>