Posts by Reitz • 46 points
3 posts
-
2
votes1
answer80
viewsA: Problem overlay @media
Without seeing the other @media queries present on the page is difficult, but in fact, one media query will replace the other if they cross. Or if for example you have the same class declared…
-
1
votes1
answer71
viewsA: Capture current selected option - multipleselect
Man, just like "charlietfl" I thought this would be a simple training exercise, but it’s pretty boring. Recovering the value of select is not a problem, the problem is precisely how they are stored…
-
0
votes3
answers1434
viewsA: Mouseover effect with jQuery
Beet’s answer will solve it. But Voce is using the same class for, as I understand it, different items. One configuration will replace the other. I think Voce meant . spanMask1 and . spanMask2?…