Questions tagged as 'html'

0
answers

Div entering another

I have a div with an image, and some information inside it, the image is responsive and increasing according to the size of the interface: <div class="col-sm-12" align="center" style="margin-top:50px; height:20%; max-height:40%; ">...
asked by 01.04.2015 / 20:56
0
answers

Enable div after x hours javascript

It's not possible to do this via code anymore ... So I have a div with a form, which should be enabled to fill the user only after 400h that the first part of this form (another div) has been finalized, when this div is enabled I have to fire...
asked by 31.03.2015 / 22:55
1
answer

Migrate template to bootstrap

I have a responsive template that repeats some components, which are at the top and bottom. The problem that the top components do not click (buttons) when they are responsive, that is, I decrease the screen of the browser simulating a cell phon...
asked by 31.03.2015 / 13:39
1
answer

Use Ancora and refresh the page with Javascript

Good morning, I have a html with several tabs, when I do some procedure, I need to refresh the page, when I come back from the upload, I need to go back to the tab where I left. I added some anchors, like id of my tabs:      <div id="ab...
asked by 24.03.2015 / 14:39
1
answer

Broken Texts

I have an imageButton that represents files, and a label in it: <div class="block"> <asp:HiddenField ID="idDirectorio" runat="server" Value='<%# Eval("guid") %>' /> <asp:HiddenField ID="isFolder" runat="server" Val...
asked by 23.03.2015 / 20:40
0
answers

Save Inputs from a Site to a Database

I'm a beginner with HTML, JavaScript, and the like. I need to save user inputs from my site to a database. My pages, especially the one of register, was developed 100% in HTML. What I need to do is take these INPUTS from the form and save them i...
asked by 11.05.2015 / 00:57
1
answer

Performance with external images

Hello In my site has a posts area and each post contains your image. The original image is 660px by 400px, saving this size on an image host so that it can take in the metag URL to display on social networks with good quality until it...
asked by 20.03.2015 / 13:02
0
answers

javascript does not display image .gif in Chrome and IE

I'm using Bootstrap and in a modal simulate the process of sending data to the bank. When the user clicks save it displays an alert message asking if this is what the user wants to do. So if the user clicks on "yes" after the message pops up,...
asked by 26.03.2015 / 14:52
1
answer

Receiving the wrong header height

I'm trying to catch the height of .ui-header to be able to have my dynamic program. It turns out that the height you are giving me is incorrect. The code to catch the height of .ui-header : //Altura do header var lv_hea...
asked by 07.05.2015 / 17:19
0
answers

Dynamic pages through request

I am putting together a web application in a way that future maintenance is simplified. So, I started searching for dynamic pages, etc. But in practice, I do not even know how to start. I wanted it to look like this: header.php: hea...
asked by 21.02.2015 / 16:28