Questions tagged as 'html'

1
answer

Html Css and Php Dynamic content in DIV

I am developing a website and in it I created a service area where through CSS, HTML, PHP and Laravel I display the content dynamically, I make a foreach ... As I do not limit how many records the user can include, he can include as many as h...
asked by 21.02.2018 / 20:24
1
answer

window.confirm with custom buttons

How do I get the onclick to return a window with the 3 options: Yes No Cancel I need to know how to handle the selected option as well. The link will point to a PHP code that will handle the last ID , if t...
asked by 13.03.2018 / 19:25
1
answer

Navbar bugada no resposivo

My site has a bug that I do not know when it started, it was working normally, when I clicked on the hamburger menu the menu went down with the options with a white background and below the nav, but now it is opening over the nav makes it cut on...
asked by 15.03.2018 / 13:32
1
answer

slideDown effect does not work in table

I'm giving the effect of slideDown () and slideUp () on my table, it opens normally but does not give the expected effect. follow the code $(".tabelaOculta").hide(); var oculta = false; $(".expandirTabela").click(function(){ if(oculta ==...
asked by 19.01.2018 / 14:41
1
answer

Up and down effect in a few seconds

Does anyone have any idea how I can go up and down? For example: Scroll down the icon for 5 seconds and in the sequence it goes up and a few seconds later it goes down and stay 5 seconds and climb again. Picture: #social { width:700px; /...
asked by 20.01.2018 / 16:58
2
answers

divs background with one side greater than another

Good afternoon, someone, could you please explain to me how to do this effect on the sloping background, or slope, depending on the way you look at yourself. I tried the inspect in the page, but I can not see how this effect is done, if it is an...
asked by 16.02.2018 / 18:25
1
answer

setInterval does not work correctly

I would like to execute a function infinitely every second, I am trying this way but the function is only executed once: Enter the body tag <div id="map"><div id="seg"></div></div> <?php date_default...
asked by 17.02.2018 / 20:45
1
answer

How to list DB query

Good evening! How do I list a query in the database? I have a bank where you store Singers and their songs ... I would like to list spotify style, listing numerically according to the amount of content in the bank.     
asked by 18.02.2018 / 00:10
2
answers

Shadow effect in box interior

Hello! I was trying to make a kind of "inner shadow" on my div, but I can not. Anybody know? The style is similar to the news box's in the initial section of techtudo ( link )     
asked by 16.02.2018 / 15:29
2
answers

Given a select, how to store in an array (using pure Javascript) the value of all the selected options?

The example for the select can be the same .. <form> <select id="mySelect" size="4" multiple> <option>Apple</option> <option>Orange</option> <option>Pineapple</option>...
asked by 22.03.2018 / 21:03