Questions tagged as 'html'

1
answer

How to customize a Select in columns?

Personal I have a select that shows CODE | TITLE | DESCRIPTION | UF 0001 | TESTE1 | NEW ITEM 1 | SP 0002 | TESTE2 | NEW ITEM ADD 2 | SC
asked by 01.05.2016 / 23:35
1
answer

Iframe issues in Firefox and Internet Explorer

I have a problem with Firefox and Internet Explorer when I use a iframe to load files on the same page. In Chrome it works perfectly, but in Firefox and Internet Explorer, when I click on link iframe opens on another page....
asked by 28.02.2014 / 21:56
3
answers

Div with height 100%

I need to leave a div with height: 100% content and below it I still have the footer, but, for example, when I do not have content to complete the entire screen, the footer appears at the bottom of the page. It has 100px and...
asked by 18.02.2014 / 14:11
2
answers

LinkedIn profile plugin on website

Dear, I would like to add my LinkedIn profile to my site made in HTML, I thought it was just copying the code generated in the link: link , but adding it after <body> nothing happens. Would anyone know how to include the correct wa...
asked by 05.06.2017 / 21:38
1
answer

How to create a "load" until the function is fully executed?

Hello. Going straight to the point: assuming I have a function with repeating structures that, depending on what the user completes, the process in that function may take a certain amount of time, and until it is fully completed, the page hangs....
asked by 15.11.2015 / 00:55
1
answer

Property font-stretch

Today I came across a very intriguing CSS property that is font-stretch . In Google Chrome, typically when we inspect an element that has multiple properties together in a single property (for example, margin:► 0; font:► 14px sans-se...
asked by 11.10.2015 / 17:05
2
answers

Enable / Disable button according to field validation

I'm performing date validation for two <input type="text"> fields with jQueryFormValidator : $.validate({ modules : 'date' }); <script src="https://ajax.googleapis.com/ajax/libs/jque...
asked by 29.05.2015 / 01:16
2
answers

How do I submit a form inside an iframe if the page that has the iframe is redirected?

   I'm creating a page that works like this:       The person accesses a registration page, and within this page there is a iframe with the registration form. When a person clicks on iframe on sign up he redirects to another pag...
asked by 27.05.2015 / 10:59
1
answer

Select folder / directory in an input

I'm trying to create something that looks like input type="file" , except that instead of loading a file, I'd have to choose a folder. Something like the "Save As" window, where we chose the folder to save the file. In this example,...
asked by 11.11.2014 / 11:41
2
answers

How to maintain the page of a site in the same place that it was before updating?

I have a page in html and php and put a form at the bottom of the page. When I click the "submit" button the page refreshes and goes up. This way the user has to scroll all the time until he reaches down again to see if the data has been r...
asked by 28.10.2014 / 16:15