Questions tagged as 'html'

1
answer

Fullcalendar- Show textbox when date is selected

What I currently have is a prompt where we enter the name of the event when the date is selected: select: function (start, end, allDay) { /* after selection user...
asked by 29.04.2015 / 16:39
1
answer

HTML5 Canvas arc () is not of the correct size

I'm developing a college work that basically consists of creating a kind of "Paint" using canvas of HTML5 in conjunction with Javascript, but I came across a problem trying to update a canvas that serves to show the current size of...
asked by 29.06.2015 / 21:04
1
answer

Problem in working with Draggable and Resizable in the same image

I've created a code and I'm having problems with it. I've individually tested both, both Draggable and Resizablee , and worked perfectly by changing the data in the input , and when updated by writing to the Database. But tog...
asked by 30.04.2015 / 00:38
5
answers

Footer Alignment [closed]

I am frying my neurons and so far I have not come up with a solution. I'm setting up a page, but there's no way the footer can align the page. In my machine I decided, but it opens in a bigger screen the footer is in the middle, in a cellular or...
asked by 18.09.2014 / 14:54
1
answer

Problem displaying XML data in HTML

<?xml version="1.0" encoding="ISO-8859-1"?> <CATALOG> <CD> <TITLE>Empire Burlesque</TITLE> <ARTIST>Bob Dylan</ARTIST> <COUNTRY>USA</COUNTRY> <COMPANY>...
asked by 16.01.2015 / 15:52
3
answers

Appear button according to the condition of the php parameter

I wonder if it is possible to make the button appear only if the parameter is true. By the URL comes the parameter ../usuario?id=1&parametro=1 I tried this way but could not. <?php $parametro = $_GET['Parametro']; i...
asked by 02.01.2018 / 16:47
4
answers

Align text vertically in relation to an image

I have two sections of text on each side with an image in the middle, and I want to align the text sections vertically with the middle of the image how can I do it? <div class="fourth"> <div class="container"> <div class...
asked by 27.07.2018 / 19:23
2
answers

Select parent element with javascript (without Jquery) [duplicate]

I have two elements and would like to select the parent element using only Javascript, does anyone know of any way? <tr> <td id="filho"><td> </tr>     
asked by 06.10.2017 / 21:36
4
answers

How to create a link to without giving refresh

I would like to create a link with an image, but when clicking it does not refresh the page, I want to click if nothing happens, if I put the page refreshes, I do not want this to happen, I want it to click and nothing I'm using it like this:...
asked by 25.02.2018 / 18:43
2
answers

How to align items with HTML and CSS?

I'm having trouble aligning items again. I would like them to align the 3 inputs on the same line with margin, however they go down. #contato { margin-top: 120px; } #contato form { width: 100% } #contato form input { wi...
asked by 03.07.2018 / 20:46