Questions tagged as 'posicionamento'

2
answers

Get cursor position with jquery

Is there any way to get the position of the cursor relative to the screen when typing in a textarea? Ex: I type some character, call a jquery keyup function and get the position where the cursor is stopped, relative to the screen? Edit: I...
asked by 18.02.2016 / 16:29
2
answers

How to use css to override half of another DIV that is overflowing without using position: fixed?

I'd like to know how to use CSS to put a DIV without position:fixed on half of another that has overflow . I would like it to look like this: ThesamplecodeI'musingis: .div1 { width: 100px; height: 200px; backg...
asked by 29.03.2018 / 00:49
2
answers

HTML / CSS Element out of place

I do not know where I'm going wrong, but my footer is in the middle of the page. It's my future portfolio, so not everything will be definitive. Other suggestions are welcome. *{ margin: 0; padding: 0; box-sizing: border-box; font-...
asked by 13.10.2017 / 15:23
1
answer

Jquery Form Validation Error div position in select fields [closed]

How to change the position of error text in select2 fields. is popping up on the field, I want it to appear below! Any tips? <!--/field--><divclass="col-md-3"> <div class="form-group"> <label class="control-label">SEX...
asked by 16.10.2017 / 13:36
2
answers

Table with first fixed line using Material Design Lite

Hello, I'm using Material Design Lite, I need to leave the first row of the table fixed and roll the rest of the content. <table class="mdl-data-table mdl-js-data-table mdl-shadow--2dp"> <thead> <tr>...
asked by 09.03.2017 / 13:42
2
answers

How can I put an element next to the other?

I want to put atendenteBalaoProdutoValor on the side of atendenteBalaoProdutoNome and atendenteBalaoProduto2 below atendenteBalaoProdutoNome . For this, I've tried this: Attendant.xml <?xml version="1.0" enco...
asked by 15.05.2015 / 15:59
1
answer

How to dynamically position a div with content inside another created dynamically?

On my site, I create a div dynamically after the second paragraph (forum). I would like to place a banner already loaded within this div . I tried several ways, give apendchild , but it will not. Here is the URL of t...
asked by 10.10.2014 / 00:55
1
answer

How to make the movement of a paragraph does not influence other elements

Every time the .content moves, the text auto adjusts itself to its size, but it causes the image / div inside to move too, I want to keep the still image in the div without being influenced by the other elements. follow code: link     
asked by 31.08.2014 / 23:48
0
answers

setX and setY do not work in the pane (JavaFX)

I'm having a problem setting the x and y position of an ImageView in a JavaFX Pane. It is a looping code, and the first time the method is called, it points to the img object in the specific coordinates (last two lines), but from the second time...
asked by 17.09.2018 / 15:38
1
answer

Div on top of image

I'm trying to put a div over the image, this div will be a white container with a certain height and width, inside that container, it will contain a title and a paragraph. Below I leave the section where I want to make this container, the div...
asked by 05.05.2018 / 13:59