Questions tagged as 'html'

0
answers

Pushing Images Forward on a Slider

          <script type="text/javascript" src="modules/FeedNoticias/js/jssor.js"></script> <script type="text/javascript" src="modules/FeedNoticias/js/jssor.slider.js"></script> <script> jQuery(document).ready(f...
asked by 27.04.2015 / 16:20
2
answers

Open new page and scroll to the anchor of the page

I have a problem that when I open a link that directs to an anchor of another page and is hidden by the header fixer. I have a menu on my page: Inside the Index.html I have this menu <a href="produtos.html#produto1">Produto 1</a...
asked by 10.02.2015 / 16:00
1
answer

Problem displaying the result with my code in blogger

Yo Galera, beauty! I have a little problem. I made a code to be displayed on the page of my blog a generator of Link Me. In which the person fills out the form and at the end is generated the code for the person to copy and paste on her blog. Bu...
asked by 08.04.2015 / 17:08
2
answers

A div superimposed on an image descends according to the scroll bar

I have a div that shows some details about an image when it is displayed, however I'm developing it for mobile and when you slide down the divs that contain those details also move out of the images. Follow the project link in gitHub. LINK...
asked by 10.04.2015 / 07:44
2
answers

Pass parameter of a function according to the value clicked with JavaScript

I need to pass the value of a function according to its clicked value. There are 3 divs, each one is a gallery. I need to click on the "see more" option, open a page with all the photos only from that gallery, however, I do not know how to pass...
asked by 15.04.2015 / 00:03
1
answer

configure @page print css

Staff could help me with a CSS problem (I believe) because I can not solve it myself. As you can see below, when printing the page ALWAYS, another blank one appears below. MyCSShtml{position:relative;min-height:100%;}html,body{height:54mm;wid...
asked by 30.01.2015 / 19:51
0
answers

Change values from DB in a table

I'm having problems with the data I'm fetching from the database, when I change it in my table. HTML <table class="table table-striped table-bordered" id="vendaTabela" width="100%"> <thead> <tr>...
asked by 04.03.2015 / 15:08
0
answers

Send confirmation of sending form to email with the name of the person

I'd like to know how to send a confirmation email to the user who filled out a form with his name. For example .. Thanks 'so and so.' "<p><strong>Nome e Sobrenome: </strong>" . filter_input(INPUT_POST, 'nome',...
asked by 05.03.2015 / 19:29
1
answer

.htaccess URL friendly PHP problem

I have a link like this: <a href="index/pagina=$i"> $i </a> I wanted the URL to look like this: index/2 And I'm using .htaccess like this: <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^index?$ index....
asked by 18.01.2015 / 18:35
1
answer

By clicking on the button download page in PDF [duplicate]

Hello, this is the following: I have a page with fields to fill ( link ). Clicking on a button would like it to download this page with the fields filled in as a PDF (a kind of "print" page). I've tried a solution as you can check the link,...
asked by 16.02.2015 / 01:27