Questions tagged as 'html'

1
answer

Select limiting query, and does not display the last queries

In this script, it is limited to displaying 6 queries in SELECT in the variable $ amount_pg = 6, I used the IF to inform that all news situations other than 2 (unpublished) should be displayed. Home The detail is that in my SELECT, in order of c...
asked by 09.05.2017 / 21:18
1
answer

Carousel Boostrap

Hello. I'm trying to make a carousel for the first time using Bootstrap. The carousel is only in the first image, it does not change automatically or when I click the side buttons. HTML: <!DOCTYPE html> <html> <head>...
asked by 28.04.2017 / 22:18
1
answer

Add values onclick ()

I have this code: var tudo=0; function muda(a){ o=$("#"+a).attr("data-ocupado"); var t = $("#gasto").html(); if(o==1){ alert("Lugar já Ocupado!"); }else{ p=$("#"+a).attr("data-preco"); var confirma = confirm("Deseja alugar este...
asked by 25.05.2017 / 22:24
1
answer

Element exceeding the size of the div

I have a col-md-4 that has a figure and a figcaption , while hovering the mouse on it should be displayed figcaption with two buttons the effect works, the problem is that figcaption is exceeding width of image. Any su...
asked by 16.05.2017 / 00:36
1
answer

Checkbox Alignment

Personal speech, beauty? I'm a beginner, I ended up with a difficulty to align my checkbox, if anyone can give a hint how I should proceed, follow the excerpt from my HTML: <li> <label class="bloco">Deseja receber novidades...
asked by 27.04.2017 / 03:15
1
answer

Div daughter override the parent div that has overflow: hidden

I'm wanting the div div 'overlap' the parent div that has an overflow: hidden and a fixed size. This parent div is an item from one of a carrousel library made with JS and it adds a fixed size and an overflow: hidden and inside that div I have a...
asked by 26.04.2017 / 20:56
1
answer

I can not get it to print everything together as a vector, it gets all separated

                      P1-2017-RAD I                                                                                                                        <table> <tr> <th>Veculos</th> </tr&...
asked by 20.04.2017 / 21:45
1
answer

Doubt - MVC system view

I am developing a system for accounting in PHP, MySQL, jQuery and css, the system is divided into sectors, and each sector has a graphics tab (highcharts plugin), which are generated dynamically according to the parameters passed. It works as...
asked by 11.04.2017 / 19:34
2
answers

How to make a div occupy the entire page? [duplicate]

I want to create a side menu and its format will be widht: 250px and height: 100% leaning on the left corner of the browser, but when putting these qualities in css, the div is not 100 <ul> and upper and left-side sp...
asked by 10.04.2017 / 17:13
1
answer

UPDADE of DB information

Hello, my project has a form that brings the DB information in case the user wants to edit, it is not changing the data, nor the image .. form: <?php $id = $_GET["id"]; //Executar consulta $result = mysqli_query($conectar, "SELE...
asked by 19.05.2017 / 02:36