Questions tagged as 'html'

3
answers

Background image, without using background-image

In the code below you'll see the @hugocsl solution for another question mine. What I'm trying to do now is to put in this element a background image without using background-image but with <img> fluid, responsive, so that t...
asked by 23.03.2018 / 15:24
1
answer

Overlapping Divs

I have a search input, which adds the tbm mechanic, but the result is getting superimposed <div class="col-lg-4"> <label for="mecanico">Mecânico</label> <div class="input-group"> <input ty...
asked by 11.01.2018 / 22:58
1
answer

Skew effect with css

Personally I needed to make an effect skew via css transform: skew(40deg); but when doing this it distorts the text of my link I would also like to know if there is a way to do this to just change the background-color...
asked by 12.01.2018 / 14:16
1
answer

problem when calling modal

I'm starting to learn about modal, so I looked for some examples and found one that helped me in what I need, but with some error I can not identify. The code is this: <a href="delete.php?id=<?php echo $id; ?>" class="btn btn-sm b...
asked by 11.01.2018 / 23:31
1
answer

Can we develop a 100% JavaScript / HTML / CSS web application without backend?

I'm a backend Java developer and I've always used JavaScript in the frontend to give dynamism and better interaction with HTML pages (I've always developed corporate systems). Is there a way to develop a 100% enterprise system in JavaScript /...
asked by 13.01.2018 / 00:03
1
answer

put table next to another table in php [closed]

I have these two loops: $result = mysqli_query($conn, $sql); $result1 = mysqli_query($conn, $sql1); $tabela1 .= '<div style="float: center" table align="center">'; $tabela1 .= '<table border="5">'; $tabela1 .= '<tr>'; $t...
asked by 24.04.2018 / 18:37
2
answers

Background-color Td radioButton

I'm having trouble resolving this situation. I have in my table a list with a radio button, it happens that when selecting an option, it works perfectly coloring the background of the td, but when I select the second option it also selects the b...
asked by 25.04.2018 / 05:01
1
answer

How do I write the following SQL code in the Codeigniter Model?

select count(situacao) as Qtde, sum(valorcausa) as Total_Valor_Causa from processo where situacao = "Tramitando";     
asked by 23.04.2018 / 22:58
1
answer

Open the same modal with several buttons

I am retrieving the data from the mysql database, through a while, for each row of the database a button is generated, each button opens a modal window with details also coming from the database, but only the first button is opening the modal wi...
asked by 31.12.2017 / 21:51
1
answer

Problem with background animate + css

"use strict"; window.onload = function() { setTimeout(start, 200); }; function start() { //Helpers function lineToAngle(x1, y1, length, radians) { var x2 = x1 + length * Math.cos(radians), y2 = y1 +...
asked by 30.12.2017 / 23:24