Posts by dann • 529 points
12 posts
-
2
votes1
answer400
viewsQ: How to disable horizontal scrolling on iphone
I did some tests on some devices and realized that the iphone has a horizontal scroll. I’ve already checked the width of the screen, apparently this ok. The same does not happen on Android phones.…
-
2
votes2
answers78
viewsQ: How to take several elements and play on a single item?
Hi, I was wondering how I could get these li's all and put only in the first <ul>. <ul> <li>1 </li> <li>2 </li> <li>3</li> <li>4 </li>…
-
3
votes2
answers5265
viewsQ: Show/hide each element within a toggle class (jquery)
I have a class .menu-departamento and inside of it I have a h3 and a ul li,in which I am putting an effect toogle. In the code below when I click on a h3 displays all the ul and the desired is that…
-
2
votes3
answers8073
viewsQ: Concatenate a link within a href attribute with a variable?
I wanted to know how to concatenate a link inside an attribute href with a variable? Observation has to be something 'inline'. I use a platform that doesn’t let me use scripts inside the page so the…
-
-1
votes1
answer1287
viewsQ: How to insert Json variable value into a href attribute?
A question I wanted to put a variable inside the link href without using code, which is direct in creating the link. The example is just below: <a…
-
4
votes3
answers2600
viewsA: Align text within <select> in Firefox
I made an example at Jsfiddle: HTML <div class="styled-select"> <select name="disciplina" id="disciplina"> <option>Here is the first option</option> </select>…
-
1
votes4
answers178
viewsA: Why do my webfonts only work with Chrome?
puts a comma after the source web name ex: font-family: 'open_sansitalic', sans-serif; font-size: 40pt; line-height: 50pt; color: #f68934; I think that solves.…
-
4
votes1
answer1070
views -
0
votes3
answers737
viewsA: Large variation relative margin between browsers
tries to use hacks for browsers HACK FOR IE 10 <!--[if !IE]><!--><script>if(/*@cc_on!@*/false){document.documentElement.className+=' ie10';}</script><!--<![endif]-->…
-
15
votes3
answers973
views -
2
votes3
answers2650
viewsQ: @font-face does not work in Firefox, but in IE and Chrome they work
Always use @font-face in my projects and never had this problem. I have doubts if you have a problem with my CSS. The @font-face not working on Firefox. My code is like this. <link…
-
2
votes3
answers1254
viewsQ: Effect on jQuery
How to make an effect in jQuery, that when using SCROLL the Divs and the elements appear in fadein, as in this site: http://www.neotokio.it/…