Questions tagged as 'html'

3
answers

question related to site style [closed]

Good Night Personal :), I'm new here I would like to reply to an issue !, I wanted to know how to leave the email part and password equal to the image below. Itriedtodomorehereanditendedupgettingthisway! Iamnewbiewithhtml,css,andjavascript,Ista...
asked by 14.03.2016 / 03:18
1
answer

Error creating table with angular js

I'm trying to replicate an example I found on the net to create a table with angular js. But this is returning the error of the link: link function consoleLog(type) { var console = $window.console || {}, logFn = console[type] ||...
asked by 07.04.2016 / 16:59
3
answers

Subcategories within their respective Category in the menu

Hello, I've created a menu that looks for the information in the database. I have a table with the categories and another one with the subcategories, so my beauty is that it is difficult to have each subcategory listed in its category (example b...
asked by 08.03.2016 / 00:00
2
answers

Color of the mail (gmail) already read

By gmail, when we receive a second email that has the same text as the previous one it changes the color of the text. Can I manipulate this in the html / css of the mail merge, so that the color of the text is not changed?     
asked by 07.03.2016 / 13:18
1
answer

problem with window.onresize ()

I'm creating a responsive dropdown menu using the same html structure (without creating a structure larger than 1024 and one less than 1024), by clicking on the dropdown menu icon ul ul appears, but if I leave the open menu smaller than 1024 and...
asked by 14.03.2016 / 19:25
1
answer

Problem submitting form with SELECT tag, empty $ _POST array

By submitting the form above, the PHP script is failing, stating that the 'estab' index is undefined. The 'var_dump' function shows an empty vector. <form action="PHP_scripts/gerarApp.php" method="post" onsubmit="return waiting()">...
asked by 14.03.2016 / 14:55
2
answers

Problems with the footer div

Good morning guys, I'm having problems with the div of my footer. Whenever I go using the CTRL + (+) shortcut, there comes a time when the footer is filling the bottom of the page. Can I solve this? Here is the code code for the html page: <...
asked by 29.02.2016 / 15:54
1
answer

ionic + AngularJS error list item

I made a list in the ionic that returns some values, but when I click on the list to show these values completely, I can not recover ... My controller: app.factory('services', ['$http', function($http) { var obj={}; obj.getPesso...
asked by 20.02.2016 / 13:10
1
answer

problems with autofocus in custom input [duplicate]

guys I created a custom input, it works 100% the problem and autofocus is not working. Can anyone help me? Follow the code jsFiddle     
asked by 19.02.2016 / 17:23
0
answers

How to export an entire DIV (with images, table and graphics) to PDF?

I have a DIV with several elements (images, table, graphics) and I need to export this entire DIV to PDF, I tried to use the jsPDF plugin but did not render the CSS !!     
asked by 23.03.2016 / 12:48