Questions tagged as 'html'

1
answer

Z-INDEX and BOX-SHADOW

I have the following code: <style> .all{ width:100%; height:100%; background:url(images/background.jpg); } header{ width: 100%; height: auto; display:inline-block; background:url(images/bordatopo.png) top rep...
asked by 20.02.2015 / 18:09
1
answer

Jquery Cycle - One centralized slide and the other two partially appearing

I need a slider that would have at least 3 slides, where the middle one would appear completely with the resolution and the other two sides would appear partially. I'm using the Cycle2 link I need it to work correctly in IE8 up. I...
asked by 07.03.2014 / 19:20
2
answers

Remove from a table and insert the same row into another table

How can I remove a line from a table by clicking on an icon check, and clicking the icon, delete the task with id="nexttasks" task and add it to the table with id="mytasks" I was able to remove from one table but not add another. What can I do...
asked by 28.11.2018 / 17:24
0
answers

Problem to write foreign key in table

I'm developing a java web project - using Spring, Thymeleaf, Html, Mysql. In this project I have two classes that are related by foreign key. (Technical and Cargo). In my view (addTechnical.html) I created a combobox using select to fetch the...
asked by 18.08.2018 / 04:11
1
answer

What are Feature Queries in CSS? How do you use them and what do they do? [duplicate]

I've heard a lot about the term Feature Queries when talking about CSS3. But what are they and what are Feature Queries for? How does this apply to projects' CSS?     
asked by 20.07.2018 / 20:05
2
answers

How to generate value by clicking an input type submit

Form to send the selected data for deletion. <form action="index.php?pagina=../controller/controllerUser&acao=ok" method="POST" enctype="multipart/form-data"> <label>Nome:</label>...
asked by 21.05.2015 / 00:26
2
answers

Add a line before another line that has an ID

I need to add a line at a specific position in a table, using Javascript . Example: <table> <tr><td>Teste</td></tr> <!-- Inserir linha aqui! --> <tr id="id_2"> <td>Teste 2</td>...
asked by 20.05.2015 / 22:18
1
answer

AJAX request works on all browsers except Firefox

I have tried to make an AJAX upload system and it works perfectly in Chrome, however it does not work in firefox. I used the $.ajax() function of JQuery. Do you have any suggestions whatsoever? I have a normal form that requires a file...
asked by 02.10.2018 / 22:19
1
answer

How to apply opacity on a DOM element - createImage (); - through a javascript editor?

I'm using p5.js - a javascript library - to capture images from a news API. I would like these images to be superimposed, but opaque, so that the images blend. I'm not able to apply direct opacity to the javascript code. I can change the posi...
asked by 22.06.2018 / 13:36
1
answer

Toggle effect External page jQuery via require or include PHP

I'm creating a menu of users, it gets on a page the part that is embedded in other pages like index and home for example. It takes on the role of a widget that is only shown if there is session (user logged in) however it is shown with jQuery's...
asked by 22.09.2014 / 15:12