Questions tagged as 'html'

1
answer

Focus on the first field enabled in the form

In this way I activate the focus in the first field of the form that is not hidden : $('form:first *:input[type!=hidden]:first').focus(); How do I activate focus in the first field of the form that is not hidden and is n...
asked by 20.01.2017 / 19:58
1
answer

Center loading on page

I'm building a load and I'm having 2 problems. 1st How to leave the circle div that contains the animation in the vertical and horizontal center of the screen. 2º How to leave the load tips rounded. .loading { background:...
asked by 08.03.2017 / 13:41
2
answers

Align font icon right

I try to align a font on the right side of the screen inside a HEADER header, but I can not even use a float: right . But, there it goes to the right, but I lose the other alignment settings. I want to send those three bars to the r...
asked by 07.07.2014 / 22:41
2
answers

HTML + CSS Structuring for Button Hover Effect

I have a listing of social networking icons, which I know how to do, I'm not here to ask how to do it, but rather, a more correct way to minimize my work, if there is one. My HTML looks like this: <ul> <li class="rodapeTitulos"&g...
asked by 25.07.2014 / 20:58
5
answers

Get content from within a Div and put in the value of Input

I have a form, and inside it I have an input, which will have to get what it contains inside a DIV, which in this case is just text. The input looks like this: <input class='formContato' type='text' name='orcamentoAssuntoForm' id='orcame...
asked by 14.07.2014 / 14:39
3
answers

Where does this notification tooltip come from?

I was doing an ASPX page development with JQUERY, W3DATA and w3CSS, and when I made a submit of my form, the following popup appeared: Allformfieldscontainthe"required" key, but I have not specified anywhere to start validation. Where doe...
asked by 18.05.2017 / 20:12
2
answers

Put two icons in the same paragraph

I have a paragraph in my view. In this paragraph, I have the indication of my cell phone and I got the bootstrap symbol, like this: <p><i class="fa fa-phone"></i> Phone (Brasil) : +55 11 99999-8888</p> I would like y...
asked by 22.05.2017 / 20:16
2
answers

Zebraed Table in HTML with Ext JS

I need to make a zebrada table in the Xtemplate functionality of ExTJS 4.1.2 where I have two for loop. I implemented a basic HTML, but does anyone have any idea how to do it?     
asked by 17.12.2013 / 20:43
2
answers

Dynamic HTML5 Drawer

Good morning! I've built several blocks with a div that through JavaScript, it interacts as if you were opening a drawer (block) with a click and closing it with two clicks through a function.    However, when you open one block and th...
asked by 31.12.2018 / 10:10
2
answers

How does the server know that the index is the main page?

For example, I have several .HTML and .PHP files in the public_html folder on my server (Internal), but when opening the path in the browser (open the path link ), it always opens the index.html, instead of opening the little files (I mean, lis...
asked by 29.06.2017 / 14:07