Questions tagged as 'html'

3
answers

How to put Header on top of a DIV?

How do I override the header at the top of the div, and when the div is auto scrolling, do not get the header set when scrolling down? For example: <!DOCTYPE html> <html> <head> <style> #titulo { backgrou...
asked by 23.12.2018 / 13:59
2
answers

How to create the fade effect on a link that uses sprite?

I created a link with a transition effect, but not a fade , but a background movement. HTML <a class="botao" href="#">Contrate agora</a> CSS .botao { background:url(http://i.stack.imgur.com/5PWNy.png) 0 0; col...
asked by 07.05.2014 / 03:09
0
answers

Use one tabbed panel inside another

I'm trying to use one tabbed panel inside another. The problem I am facing is: -From the second tab I select it inserts the option and does not replace Example with images below: First selection-OK From the second selection it adds the op...
asked by 08.01.2015 / 00:48
0
answers

Controlling imported videos from Vimeo

I have a video imported from Vimeo on my site through the iframe that Vimeo itself generates. I need to have control over it, such as performing an action after the video is finished. Is there such a thing as? Any suggestions for doing thi...
asked by 09.01.2015 / 16:47
1
answer

Automatic textarea

Speak, people. I'd like to know how to allow automatic scrolling of textarea , for example, as soon as the user types something inside textarea , it changes height, according to what the user types. I've removed the arrow / scr...
asked by 01.09.2016 / 06:27
1
answer

How do I make this panel with bootstrap grid system?

I'm having a hard time doing a dashboard sales I know how to use the bootstrap grid system but in this project I need to do the class row has height size and aligns with the other grid I'll post an example here link I want to do the same...
asked by 19.08.2016 / 05:31
2
answers

removeClass does not work

I need to validate two fields in my form to enable the Submit button for the end user, but removeClass('disabled') is not working. $('#main-form').on(function () { simCode = $('#main-form [name=code]').val().length;...
asked by 10.05.2018 / 17:22
2
answers

Zoom the default page

There is a script that when the user opens the system, the zoom is already pre-configured when the page is already set.     
asked by 11.06.2018 / 22:45
2
answers

More than one value in the same GET parameter

Is it possible to assign more than one value to the same GET parameter via http, as if I had passed an array in this parameter? For example: link Edit1: The application that will receive the request is developed in Laravel, if that influ...
asked by 28.06.2018 / 14:39
2
answers

Error Trying to get property ... PHP + Error og: image API Facebook (Share)

I have other examples here but none worked for me I have an instruction to pull an image from the database, but it is giving the error    "Notice: Trying to get property of non-object in ..."; $q= $db->Select("produto", "nome, imagem...
asked by 04.07.2018 / 18:47