Questions tagged as 'posicionamento'

1
answer

Width and Height sizes with Relative and / or Absolute positions

I'm having problems positioning items ( div 's), in this case, I need the first div , occupy the entire height and width of the screen, while the others occupy only the padding they receive and the size of the content from wi...
asked by 03.03.2017 / 13:51
2
answers

How do I position two divs in relation to a third (fixed)?

I want two divs to fall below a third that has position: fixed , the problem is that these divs are behind the third, already tried to change the position of the two divs to relative, absolute and static, but it does not work. p> HTML...
asked by 20.06.2014 / 19:20
1
answer

I can not align thead with tbody in my table with SQL query

I have the following table header: <?php echo ' <div style="height:65px"> </div> <table id="oie" border="1" class="minha-table"> <thead class="headerr" style="position:fixed;"> <tr sty...
asked by 22.10.2018 / 21:10
2
answers

Set Section [Position: absolute]

People, I'm making a website as a college project, however I'm picking up a little to solve a problem with the positions of the elements. I have 3 sections, one set to be Header, one set to be Contents and one set to be Footer. The header and...
asked by 17.10.2018 / 22:34
1
answer

Specific positioning query in CSS

My João da Silva page, in the "Blog" section, has a white band at the bottom that I can not get at all. Here are the pertinent parts of the script and a print: Print: html:<sectionclass="secao-inicio blog"> <h1>Blo...
asked by 02.08.2018 / 18:29
3
answers

How do I make an image go beyond the limits of a DIV

I'm having difficulty putting a 100% image on the mobile screen, which has a margin in the previous DIV, I've tried changing the position, overflow and float but I can not get past this margin. follows an example .teste{ margin: 20px aut...
asked by 21.07.2018 / 20:29
0
answers

Button appears superimposed

I'm adding buttons to add favorites to favorites, but this button is only appearing in the first songs, it does not appear in the others below, it seems that the buttons are superimposed ... But I can not find the problem ... I'm using css and j...
asked by 23.05.2018 / 23:36
0
answers

Text is correct in the PC and in the mobile version the text goes up some PX

Good afternoon, I have the following problem in my code, when I see the PC everything is normal, correct positioning, but when accessing the cell phone it is 15cm up, inside the browser of the PC it is positioning correction. > CSS: &l...
asked by 24.05.2018 / 17:54
1
answer

Objects change position when browser changes [closed]

Can someone tell me why changing the browser, from Chrome to Firefox, do the relative positions I gave in CSS change? I usually use Chrome, but I tried it on Firefox and all the objects I gave position:relative are deforested. /* --...
asked by 14.05.2018 / 21:20
1
answer

ListView selecting position

I have a code that needs it to select the item by its position ... In case he is already selecting but he randomly selects. listView.setOnItemLongClickListener(new AdapterView.OnItemLongClickListener() { @Override public boolean onItemLong...
asked by 25.09.2017 / 17:05