Questions tagged as 'html'

1
answer

Table Cell Moves Alone

I have a table that loads a list of data, however in IE (from time to time) some cells move out of the table. This started to occur when I started using the bootstrap. Can anyone help? Follow a print:     
asked by 21.08.2015 / 21:55
3
answers

Leave current page highlighted in a page selection menu?

I have a menu of page selection whose final appearance (the current page highlighted with a different color) should be generated dynamically because I want to reuse the same menu for countless pages, how will I make this dynamic markup? Image...
asked by 10.07.2015 / 14:39
2
answers

Receiving Json php values in Javascript for Chart.js graphics

Live, I have 2 graphs and wanted to bring them values from the database so I use php and bring the values with Json as follows: $pe= array(); $pe['fechados'] = $total_fechados; $pe['aguarda'] = $total_aguardar_resposta; $pe['...
asked by 13.07.2015 / 13:18
0
answers

Rotary banner with previous button and next

I have this code in jquery that is made for banner with numeric buttons (1,2,3,4 ...). I wanted to change the setting so that it can be used with just two buttons, the next and previous button. Since the banner is dynamic, it will be added via P...
asked by 09.07.2015 / 16:16
0
answers

Randomization of DIV classes in Google?

Today I entered Developer Mode on a Google website from Chrome by pressing F12 and noticed that the divs classes are totally different compared to what I had already seen. Normally a name is defined as container , topbar...
asked by 18.09.2015 / 20:47
1
answer

Send email with attachments in php

I'm sending an email, everything works fine. Now I wanted to add some files as an attachment. I have the following code: $from = $_SESSION['email_cliente']; $email_destino = "[email protected]"; $subject = "Assunto"; $messagem = "Isto é uma mens...
asked by 02.04.2014 / 15:59
1
answer

Background image table does not work in outlook

I'm setting up an email marketing, and when I put the html in outlook it does not appear the image that's like bg from a table, does anyone know how to force it? Part of the code that is img as bg: <table align="center" cellspacing="0"...
asked by 30.06.2015 / 17:10
2
answers

Apply css to the form only in one domain

Good morning. I have a website that is available in br and pt. On this site I have a contact form: <div class="form_cotation"> <header> <p><?php echo lang('request_cotation'); ?></p> <a href="javascr...
asked by 01.07.2015 / 15:59
2
answers

Problem with session variable

On my site, I have a part of the code where two checkbox options should be shown for the check-in date with a difference of 72 hours or more compared to today. <?php $difdias = (1/86400)*(strtotime($_SESSION['buscaReserva']['dataInicio'])-s...
asked by 01.07.2015 / 14:14
1
answer

Implement slider for automatic transition

I took an example of a slider from a question here from the site. I want to know how I can implement it so that it makes automatic transition by holding the buttons. Here is the code: function simpleSlider(type){ var sliderActive = $("...
asked by 03.07.2015 / 20:48