Questions tagged as 'height'

0
answers

Jquery: Picking height () or width () does not work with many elements

I have a catalog that displays more than 400 products on the same page (it has to be this way) with two arrows showing the dimension (height and width) that takes the measurements of the image and applies an inline CSS with the same values, for...
asked by 04.10.2017 / 18:31
0
answers

$ (window) .height () returns value equal to $ (document) .height ()

I have a very annoying problem. I'm trying to get the "scrollBottom" page, using: $(document).height() - ( $(this).scrollTop() + $(window).height() ) I then made a "tabelinha" to display the data on the screen, and tested on other websit...
asked by 04.03.2015 / 02:06
1
answer

How to make a line increase height automatically css javascript jquery

Good night, people I have the following problem, in the layout that I'm putting together has several lines in different places during the course of the page, the client wants these lines to appear and grow from different directions, initially I...
asked by 08.09.2017 / 00:50
1
answer

How to set 100% of the height between a navbar and a div (responsive)

I'm having difficulty setting the height of an html content, with the css and bootstrap. I'm developing a web application in I want to have a map that takes up almost the entire screen. The map will split all 100% of the screen with a drop-down...
asked by 23.09.2016 / 23:01
0
answers

Body with 100% height does not work with auto div height inside

My CSS: * { margin: 0; padding: 0; border: 0; font-family: 'Roboto', sans-serif; } html { height: 100%; width: 100%; } body { height: 100%; /* 707.38px */ width: 100%; background-image: url('../_img/bg.jpg'); backgro...
asked by 18.09.2018 / 19:42
0
answers

Text override when changing height property

I can not match the height of item "9". When I do this with the height property, the text overlaps. table{ border-spacing: 10px; } td{ vertical-align: top; padding: 5px; white-space: nowrap; }...
asked by 13.06.2018 / 21:04
0
answers

How to make a textarea occupy the window in the remaining vertical space

I'm trying to create a "chat window", I already have most things oriented, but I can not get a textarea to occupy the space that is "left" vertically in the window (this textarea is not the last element of the window). Below is my complete co...
asked by 12.01.2018 / 18:04
0
answers

Change height of an image by associating with navbar

Implemented a navbar with a logo on the top, inspired by this site: link . It occurs that the client's logo has another aspect ratio and is taller than the collapsed navbar in the mobile version. If I leave it with the required size to navba...
asked by 31.08.2016 / 20:11
1
answer

Place Scroll when in fullscreen

I'm creating a page and it goes fullscreen, but I have a problem when I enter fullscreen the rest of the content that is "below" is not shown, it only appears to the limit of the monitor. I'm trying to put a scroll bar with overflow , b...
asked by 24.07.2014 / 00:35