Questions tagged as 'posicionamento'

1
answer

Section on top of another section

Section contacts on top of section text about us ... Why? I've tried everything, margins, paddings, I can not use z-index because the sections can not have position relative or absolute ... HTML: /* ------------------------------- about...
asked by 07.05.2018 / 16:16
1
answer

Fixed menu in parallax

I have done everything but I can not put a fixed menu in this code (made by tekzzoom), inserting an item the background overlaps, and the item does not remain fixed on the screen. Can anyone help me in any way? (follow the code with the style in...
asked by 09.09.2017 / 16:01
0
answers

HTML table with fixed top columns

I'm trying to create a table that when the page goes down, the column row is fixed at the top. So, in jQuery I defined in the scroll event that when the columns were below the offset, it changed the Position of the columns to FIXED and...
asked by 05.06.2015 / 14:25
1
answer

When to use PX or% in placements?

In internal elements of the layout, to position in margin or coordinate, when to use PX and%?     
asked by 28.11.2014 / 14:05
2
answers

Force a DIV element at the bottom

Good morning, personal. I need to align elements in the bottom of a parent div. This is a chat screen where messages are displayed whenever there are new ones at the bottom of the window. However, I can not force the placement at the bo...
asked by 16.01.2018 / 13:15
1
answer

Position fixed mixing margin

When I set my header # header as position fixed, it took the style (for example the margin) of the div.interface, I do not understand why this happens, I want my div.interface to have margin-top: 100px and mine header 0px @charset "UTF-8";...
asked by 10.09.2018 / 16:46
1
answer

Fixed menu hides even with z-index

I have the following code: <html lang="pt-br"> <head> <meta charset=utf-8/> <title> Inicio </title> <style type="text/css"> *{ font-size:18px; vertical-alig...
asked by 09.08.2018 / 09:37
1
answer

Make multiple div's fixed

How to make so that when a div disappears all "stay where they are". I leave an example below to be more enlightening. $(document).ready(function(){ $("button").click(function(){ if($("#p" + $(this).attr("id")).is(":visible")){...
asked by 28.09.2017 / 11:51
1
answer

DIV lose the alignment if it is with a number of different rows

I'm trying to align some DIVs but I realized that when the DIV that is next to the other is not with the same line number in <p> it just loses alignment, I'm developing in Laravel using BLADE and implanted the VIEWS Follow the HT...
asked by 13.11.2018 / 19:44
1
answer

Keep div on screen

I would like to know how to make a div animated (I have JQuery keydown function that moves a div) but div exits the screen and I would like it to be up to 20 px from the margins. I already exprimentei put this div (div1) ins...
asked by 28.09.2017 / 13:26