Questions tagged as 'html'

1
answer

Table with column and fixed scrolls

I need to make a table with the first fixed column and fixed side scroll, as the example of this link: link Source code: link The problem is that in this example we used fixed dimensions for everything ("px"), and I need the size to be...
asked by 01.05.2015 / 01:51
1
answer

How to validate if there is any file to upload?

I have a form to upload files: @using (Html.BeginForm("importCSV", "Administrador", FormMethod.Post, new { @id = "upldFrm", @enctype = "multipart/form-data" })) { <div class="form-inline">...
asked by 15.06.2015 / 13:49
1
answer

Modify HTML element via JQuery functions

<div id="post-0" class="col-md-8 single-publicacoes"> <div class="index"> <div class="index-thumbnail">[IMAGE]</div> <div id="index-mascara">[EFEITO]</div> <div class="index-title...
asked by 21.07.2015 / 21:09
3
answers

Fix name in search field

In this html there is the search field, where I type the names of the teams. There is the option to save the team as default, but I would like to leave the name already saved, every time I open the page it already open looking for the autom...
asked by 22.07.2015 / 17:56
3
answers

Access to arrays of other HTML functions

I have this code: function shuffle(array) { var counter = array.length, temp, index; // While there are elements in the array while (counter > 0) { // Pick a random index index = Math.floor(Math.random() * count...
asked by 22.07.2015 / 15:41
1
answer

Help with progress bar! [closed]

Hello, good morning, I would like to know if anyone has already seen or has already implemented a progress bar when scrolling the page. a bar that is fixed below with a forward button more or less this .. var sections = $('.panelSection...
asked by 23.07.2015 / 14:34
1
answer

Menu does not change the width

I am making a menu vertical and putting the black color as background. What I'm going through is that I want to leave a fixed width of 200px for each menu line, except that it does not change. It leaves the size according to the...
asked by 21.07.2015 / 04:20
1
answer

Create slide down menu responsive

I have a set of links (which have a styling that makes them look like buttons) on my site, they work properly when in a computer or tablet browser but when on smartphones I would like to turn these links (botões) into Slide Down Respon...
asked by 06.06.2015 / 14:51
1
answer

Iframe responsive mode for mobile devices [closed]

Can someone tell me how to make a iframe responsive to mobile devices?     
asked by 22.04.2015 / 18:09
1
answer

Slider animated in pure JavaScript

I researched several questions of this type, both in English and Portuguese and could not do it, because I could not understand the logic to make the slider of my site animated, with the images "sliding" to the side. Could someone help me? HT...
asked by 21.04.2015 / 19:54