Questions tagged as 'html'

1
answer

Two submits on the same page

I have a page with a list of checkbox and with two buttons: One is to View and another to Send the report by e-mail. That is, the user will select the fields that he needs to see in the report and he will select "View" or "Send". I need t...
asked by 07.08.2015 / 19:28
1
answer

Input within DIV with visibility: hidden

This is the following, I hid a% w / o%, which has inputs of a form inside, with style='visibility:hidden; position:absolute' And I wish these div did not send information when the form was forwarded. My question is: Can you just d...
asked by 10.08.2015 / 18:16
1
answer

How to increase div by clicking link?

I have the following situation: Is it possible to click where it says Section # 3 the div increase 100% and the bottom also stay 100%? And when I clicked on the other links again everything would be normal again .. PS: What is th...
asked by 29.04.2015 / 00:01
1
answer

Subscribe to youtube button

I am making a YouTube video listing page and I would like to make a button for the user to sign up for the channel, but in the examples I found on the internet they come in lots of information beyond what I need, in my case I would like just sub...
asked by 10.08.2015 / 15:21
1
answer

Update does not work in the database

Good folks, already made a topic here about this and resolved soon, but later I noticed that in arranging this problem I got another. Here's the code: <? error_reporting(0); require('cdn/inc/header.php'); if(isset($_SESSION['user_data']...
asked by 24.04.2015 / 23:38
1
answer

size image depending on screen size

I have a question on an HTML page that I created. The entire page depending on the large or small screen it automatically adjusts the size. Now the only thing I can not do is Image. Can you help me? CSS: .image { border: 0; di...
asked by 09.04.2015 / 16:41
5
answers

How to align the Left fields of an Html table?

I can not align my labels (Razor) to the left of my table in html with Visual Studio! <table cellspacing="6"> <tr > <td > @Html.Label("Cep: ") </td> <td...
asked by 02.03.2015 / 17:42
1
answer

animate () does not work with href

Hello, I have a script that is a slideshow of images with a animate() to the top. works 100%. but if I add a <a href="#"> to the image. the effect for. can you help me? keep it running link     
asked by 04.12.2015 / 02:45
1
answer

How to modify a Json object (javascript)?

I need to change a json Object that I'm receiving. I would like to insert a data of an input in this Json. The idea is simple put a data, it pulls the json according to this data, but I need to change the json with that same data. I need to chan...
asked by 03.12.2015 / 21:33
1
answer

Automatically passing images from a gallery with Opacity effect

I have a small gallery of images side by side it already has opacity 0.1 and the mouse over one of the images the opacity effect becomes brighter 1.0 only I want to make an automatic change of the images keeping the opacity my gallery is in the...
asked by 18.07.2015 / 08:06