Questions tagged as 'html'

0
answers

chrome update Crashou Css

I have a problem in the css of my web application. I started working in this company a few weeks ago as a trainee and I'm having to solve some bugs that have appeared, mainly related to google chrome. It turns out that after the update of 10/12...
asked by 22.12.2017 / 15:33
2
answers

Any way to style "parent" element with CSS

Hello, is there any way to select the parent element of another element with CSS? To be more specific, I am studying in localhost using the phpBB3 forums platform, when a message is grateful it gains the .bg1 class (the default being...
asked by 24.04.2014 / 19:03
2
answers

Modify wp-login.php content

Hello, I am creating a plugin that changes the layout of the Wordpress login screen (located in wp-login.php ), but besides changing the style of the page (which I already have) , I wanted to be able to add HTML elements in it, but without direc...
asked by 20.12.2017 / 19:59
0
answers

Calling data from a form on the same HTML page

I want to call data already entered in a form and use it on the same HTML page where I will use it in a SQL query. Depending on the number of municipalities, several IPL3 fields will be generated. The intent is to save the data to a table in...
asked by 08.12.2017 / 17:48
0
answers

save div to pdf preserving css

Hello, I'm trying to save pdf using the jspdf script, but it is not working correctly, the code is: var pdf; pdf = new jsPDF('landscape'); pdf.addHTML(window.parent.tela_frame.document.getElementById("resize-container"), function() { pdf.sa...
asked by 04.12.2017 / 13:34
1
answer

Retrieve selected value from a select in the database

I can not retrieve the value that is written from select . I have this recovery by input that is working normally. <td> <div class="drop-down-select opcoes "> <label for="bairro">Bairro:</l...
asked by 04.12.2017 / 14:51
2
answers

How to break a line inside a link in CakePHP

I know it's not right but I have a situation where I needed to do a line break within the link as attached image. IwouldliketoworkwiththeCakepatternbutIhadtodothelinebreakthroughHTML.HowdoIdothisforCake?<navclass="columns" id="actions-s...
asked by 04.12.2017 / 14:34
1
answer

load select option with variable spring

I have a populated table with <c:foreach> and in one of the colums I have a 'ALTER' I click on it and I load the information I want to change on another page. Already on the other page, the information I wanted to popular my select...
asked by 01.12.2017 / 21:02
1
answer

How do I edit the scroll bar of a select tag? [duplicate]

<select id="select"> <option value="week"> Previsão Semanal</option> <option value="daily"> Previsão Diária</option> </select> I have this code here and in css I wanted to edit the scroll of the select...
asked by 02.12.2017 / 18:43
3
answers

Hide DIV when loading page according to select

Today I use this function to disappear the div, works perfectly, But I need the field already selected / option value="tickets" selected / Tickets / option / but the function only executes when it changes because this is set onchange, is there a...
asked by 29.11.2017 / 20:35