Questions tagged as 'html'

0
answers

My mobile menu is fixed at the top, but the dropdown follows its scroll, what to do?

Good afternoon I am creating a responsive website manually, so I created 2 menus, one to appear on the desktop and another to mobile version. These menus are not on top, but about 150 pixels away. I then decided to create a script that allows...
asked by 15.09.2017 / 23:44
1
answer

Insert the value of a Javascript String into a file

I have the following Javascript code: // Converts XML to JSON // from: http://coursesweb.net/javascript/convert-xml-json-javascript_s2 function XMLtoJSON() { var me = this; // stores the object instantce // gets the content o...
asked by 15.09.2017 / 16:17
0
answers

Open modal across the screen and not inside the iframe

Hello, I have an iframe, and inside it has a modal using semantic, I want to know how and if it is possible to open this modal on the whole screen, and not inside the iframe itself, I already researched and found nothing, just know that with link...
asked by 15.09.2017 / 16:05
2
answers

Problem with SQL execution through FORM

Code php: if($_REQUEST['alterarStatus']){ $alterarStatus = trataaspas($_REQUEST['alterarStatus']);} if($alterarStatus=="aprovado"){ $SQL = "update ps set StatusTransacao='Aprovado' where Referencia = '52'"; }elseif($alterarStatus=="comp...
asked by 16.09.2017 / 16:32
0
answers

Slider (Carousel) Bootstrap, How to change aninmation

I'm now starting to mess with both site and bootstrap, I'm using wordpress tbm. Ok my doubt is as follows, I would like to know if it is possible to change the default transition animation that comes with the standard bootstrap menu and add anot...
asked by 16.09.2017 / 03:59
1
answer

How to call an ID in HTML more than once?

How to call an id more than once? <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script><!DOCTYPEhtml><html><head><metacharset="utf-8"> <title>Agenda</titl...
asked by 06.09.2017 / 22:04
1
answer

Catch the text between a tag

I have this string <td id="aui_3_2_0_1196">500</td> , I'd like to get the value 500 between the start and end tag ( <td id="aui_3_2_0_1196"> and </td> ).     
asked by 05.11.2016 / 04:31
1
answer

how to create search system using filter

I have a search system where I search the users by filtering by: name, age and email. If I filter by name and age and email, everything happens fine, but if I filter only by age, for example, nothing is returned even though I try to bank the cor...
asked by 10.09.2017 / 06:01
1
answer

Log in using native Facebook dialog from a Progressive Web App

Hello I'm developing a site that will use Facebook as the authentication method. However, instead of using the web dialog, I would like to use the native Facebook dialog on Android (or iOS). I researched if this was possible, and in the fe...
asked by 10.09.2017 / 23:35
3
answers

Set shadow in HTML e-mail table

I'm sending HTML email with PHP and I set a table with shadow, stylized with box-shadow , but it did not work ... Any help to set shadow in HTML email using a table?     
asked by 27.08.2017 / 14:54