Posts by goio • 751 points
79 posts
-
1
votes1
answer49
viewsQ: Problem with tables
I’m trying to make a series site, only I’m suffering to hit the logic of the tables, first I’ll explain how I want it to work, the person enters the site, there are the series that pulls the…
-
1
votes0
answers410
viewsQ: force autoplay on audio player
with the new Chrome update function autoplay audio does not work, would like to know how to force autoplay, already tried so: document.getElementById("controles").setAttribute('autoplay', true);…
-
0
votes3
answers247
viewsQ: check if only one field is equal to the one entered in the input
How do I check if a field of my table is equal to the one typed ? I’m trying to make a friendly URL, only I’m having trouble checking the URL if it already exists in the database, what am I doing…
-
3
votes2
answers576
viewsQ: what’s the difference in using #my_div or div#my_div
I wonder if there is any difference at the time of the styling of a page using div#minha_div or #minha_div, and another difference is influenced to put the whole path of the div that will be…
-
3
votes1
answer1205
viewsQ: "Syntax error, Unexpected 'if' (T_IF)", even without apparent error
You’re making that mistake: Parse error: syntax error, Unexpected 'if' (T_IF) in C: Program Files Easyphp-Devserver-17 eds-www Hugg sys historico.php on line 3 I am a long time looking for the…
-
2
votes1
answer446
viewsQ: how to make the div that this width auto does not catch 100% of the parent div
I’m doing a mini chat, I’m having trouble when styling user conversations, my goal is to make the div that will show the conversations does not get larger than your content, ie if the user only…
-
6
votes2
answers466
viewsQ: box-shadow pick up the four corners of the image
Can anyone tell me how I leave the box-shadow in the same tone as the right and the top on the left and the bottom? http://prntscr.com/j3lwl7 HTML: <div id="wrapper_login"…
-
2
votes1
answer103
viewsQ: Include copyright text when copying from the site
It would be like someone copying a text from my site and, no matter where it sticks, display the text it copied and a copyright message? I found a lot of content on how to block the copy of the…
javascriptasked goio 751 -
0
votes2
answers230
viewsQ: because the Hover does not overlap the div
I have a problem I think very simple. But I’ve done everything and nothing solves, as you can see in the print div who is with the hover she doesn’t stand on top of the div pai…
-
0
votes1
answer32
viewsQ: How would I show the person logged in at the top of the list
I’m trying to ride a SELECT that displays the person at the top of the list, I did so more is showing her at the end of all "SELECT * FROM usuarios ORDER BY id != ? DESC", I’ll give an example, I…
-
1
votes2
answers140
viewsQ: Click on a link and display the value within an input
Hello, does anyone know how I could do that, I have 10 link, each link corresponds to a type element link 1 = :D, link 2 = :S, link 3 = :$ and so on, there I have a input type="text" name="mensagem"…
javascriptasked goio 751 -
0
votes0
answers471
viewsQ: How to style the scroll of a div
hello, I’d like to know how I style the scrollbar of this div, and something else, when passing the name on the names the effect Hover it opens a div to the left, after I put in that div that holds…
-
1
votes3
answers384
viewsQ: Does anyone know how I do this effect on the background of this div?
Hello, I would like to know how I make this effect similar to that of this image, with the shadow and the comics Can anyone tell me ?…
-
0
votes1
answer239
viewsQ: Like I’d do a div without refresh
My question is the following, I am "developing" a web radio, and my problem is this, when the user navigates the site he refresh the page and automatically the player stops playing, so my question…
javascriptasked goio 751 -
-2
votes1
answer1237
viewsQ: how I style H1 with an image
I have the following problem, I have a h1 and I need to put an image in it, then the original image of 833 x 56, well I put right through the h1 with the following code <img…
-
2
votes1
answer455
viewsQ: How to get :Houver to pick up on all LI
Here’s the deal, I got a div that holds my li, and within those li has an image and three li with texts, my goal is to make sure that when the mouse is passed on top of that li, the image change…
-
0
votes2
answers155
viewsQ: How to account for % div’s width of a responsive website
I would like to know how I do that account that takes the width of a site and divides by a value x to get the proper result of a responsive site
-
-1
votes2
answers134
viewsQ: Can only do this with CSS3
I wonder if there’s any way to do that effect just with CSS, the problem is that I do not know how to do the "triangle" from below the rectangle <div…
-
0
votes0
answers17
viewsQ: Problem in tabs menu
The problem is this: The user clicks on the menu it opens normally, only when the user will interact with it, it closes but could only close if clicked on the menu referred to or out of it. <div…
-
0
votes1
answer43
viewsQ: How to create a loading system on site pages
I would like to know how to open a % count while loading the site when opening and browsing the pages exemplo: carregando 50% so for all pages of the site, including when opening
javascriptasked goio 751 -
1
votes2
answers226
viewsQ: How to create a tabs menu like Stack Overflow
I would like to know how to have two links as tabs, for example: <a href="#">Abrir Elemento 01</a> <a href="#">Abrir Elemento 02</a> and by clicking on one of these links…
-
1
votes0
answers55
viewsQ: Do single quotes have double quotes difference?
I wonder if single quotes '' has double quotes difference "", so much on the PHP how much in the div
-
0
votes2
answers55
viewsQ: How to build a includes system with $_GET
I wanted to make my site lighter, it has 7 pages how to include all these pages in the home with the URL getting like this ?pagina=contato and so on to all pages
-
-1
votes2
answers1167
viewsQ: How to put a:Phocus effect on div
I’m 5 input and each one stays within one div, would like to know how to put an effect phocus in each div that holds the input and by clicking off the div remove the effect. <div…
-
3
votes4
answers7926
viewsQ: How to Block Right Mouse Button and Block User from Viewing Source Code
I wonder if you have to block the right mouse click, with the intention of hiding my source code, but if the user is browsing an android is just typing view-source: and show the code, I’d like to…
javascriptasked goio 751 -
-2
votes1
answer63
viewsQ: Include giving spacing
I’m in trouble in <?php echo include_once ("includes/right.php");?> he of the one margin-top undesirable, how could I solve this problem ?
-
5
votes4
answers5632
viewsQ: Is there any way to use :Focus in div?
I have a div who holds my input and Submit, I wanted to put an effect to make it cooler, only I tried to use it like this .search:Focus and it didn’t work, someone would know how I could put a Focus…
-
1
votes1
answer24
viewsQ: How to limit database call number on different monitors
Well my problem is this, my site is configured for android and desktop, then I call the data by database and use the LIMIT ai it shows both "x", I would like to know how to use the LIMIT for desktop…
-
0
votes1
answer130
viewsQ: Problem with last-Child
a problem I believe that simple for who is known in the area, my problem is this, I have a div "father" and inside this div I have 6 li and inside the div "father" has the div "box_padrao" and this…