Questions tagged as 'html'

1
answer

What is the best way to organize a directory for a web project? [closed]

What is the best way to organize directories for a PHP web development project?     
asked by 10.06.2015 / 00:24
4
answers

Onclick call two functions at once Javascript [duplicate]

Good morning, it is possible when you click on a button to run two onclick functions at once, eg two different alerts?     
asked by 04.08.2016 / 17:18
2
answers

Leave image with the tag img proportional to div [closed]

I want to leave the proportional image inside the div, but I can not. The only "solution" I found so far is to put object-fit: cover, but this style is not compatible with many browsers, so it's not interesting. Using an image by css also res...
asked by 23.01.2017 / 17:31
1
answer

Open dropDown above div

Hello, I have a dropDown made with ui-select, which does not open over the rest of the site. Asyoucansee,itonlyopensuptothedivborder IalreadytriedtheexamplesIfoundonsites.examples:position:absolute,z-index:99999,overflow:visible,innocasedidI...
asked by 09.02.2017 / 17:56
0
answers

How to separate PHP code from HTML? [closed]

Good evening, And the following I'm developing a big project and I'm almost done, but now I've seen the need to separate the code due to the organization's structure and performance issues, because it's a platform that will have a lot of traf...
asked by 09.03.2015 / 01:20
1
answer

Put icons in a treeview with bootstrap

I took a treeview template with bootstrap and I'm having some problems, the code they have available did not use any icons, see the template here: link Html: <link rel="stylesheet" type="text/css" href="../asstes/css/bootstrap.min.css"...
asked by 11.02.2015 / 22:03
3
answers

placement of elements in float without spacing

I've been trying to solve this problem for some time. When I create a site using div's that are float I have the problem of leaving a blank space after the 1st div in the line break as in the example here: link I wanted to know ho...
asked by 05.02.2015 / 20:49
3
answers

Exchanging TAGs with JavaScript

Is there any way in JS / JQuery to change a tag in HTML? For example, I have one: <div></div> And I want, let's assume I want it to turn a span: <span></span> In short, change: <div></div> By...
asked by 22.05.2017 / 14:53
3
answers

Reduce code repetition with looping

I want to save a few lines of code by creating a for or while loop to reduce what's below. I would assign a variable array to baixo_final[] getting baixo_final[i] for example and the variable i would ran...
asked by 07.01.2017 / 00:54
3
answers

JavaScript Regular Expression for Phone with DDI

I'm having difficulty understanding Regex logic, and I do not think codes that make up the complete phone mask with DDI, DDD, and 8- and 9-digit phones with hyphen changes when typing right in the field using for example the onkeyup event . F...
asked by 10.03.2017 / 17:55