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...
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...
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...
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...
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 /...
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...
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...