Posts by Josimara • 1,965 points
59 posts
-
15
votes4
answers28026
viewsQ: Accent in mysql select displaying question sign " "
Today I migrated my site to hostgator and happened this problem, the accents are all with some characters The files are all with correct accent in the database My collation in the database is as:…
-
9
votes2
answers2006
viewsQ: Problem with delay in jquery
The delay of this function in jquery is not getting, wanted to know the reason, or another way to make a delay in it. $("header").delay(1000).css("display", "none");…
-
5
votes2
answers331
viewsQ: How to order animations with jQuery?
I have this code and I wanted to order the animations so that the header only begins after the .logo_1 end. I tried to use Duration but it didn’t work out very well, there is some other way for me…
-
4
votes1
answer3560
viewsQ: Site loading progress system
Some sites like Walking Dead and Youtube has a system that appears on top when the page is loading and appears an image in GIF or CSS3 arrodeando on the side or a progress bar. What is the name of…
-
-4
votes1
answer81
viewsQ: Doubt about jquery code
People is like this when the user clicks on the red div that is the div_2 it would disappear and appear the green div that is the div_1, but this giving an error the red div is not disappearing.…
-
-5
votes2
answers195
viewsQ: Jquery display: name
I need to put one display: nome to block the class soon, but, the way I did, it is not working. I managed to put a opacity:0 but the display didn’t pick up. $(document).ready(function(){…
-
6
votes2
answers237
viewsQ: How to add the fadein effect to this image transition code
I wanted to know how I can add the effect .fadeIn(500) in this system that exchanges the background every 10 seconds. <script> inicial_background = 0; function mudar_background(){ img = new…
-
17
votes3
answers4757
viewsQ: How do I make a Marquee without the <Marquee> tag?
I need to wear one Marquee, but as everyone is saying Marquee is a prehistoric thing and should not be used anymore, I am in doubt as to what to use in his place. On the site of MDN says this: This…
-
7
votes2
answers4328
viewsQ: Use of multiple classes in a single CSS declaration
I’m learning a little bit about CSS and I’ve come to a question, so .header .menu .style-fonte {} Because it has the 3 names of a class header menu and style-fonte?…