Most voted "height" questions
26 questions
Sort by count of
-
6
votes1
answer2355
viewsChange the height of the div according to the screen size and adapt when adjust
Hello, I’m trying to adjust the height of my Ivs as the div that has the most text, when the page loads, works normal, but when I change the screen dimensions, it doesn’t work. HTML <div…
-
4
votes2
answers481
viewsHow to put responsive Ivs regardless of height size?
I have a Bootstrap project with 4 Divs on each line, side by side behaving responsibly. Each of the Divs has a certain content. The width of the images will be fixed but the height will not. If one…
-
3
votes2
answers394
viewsChange image size and box with %, not working
I have a layout, where I have a div with an image, and a class with a box over that image, the same size as that image, and I apply a transition on top of this box to reveal it when positioning the…
-
2
votes2
answers5335
viewsIframe does not really fit with 100% height
According to the following code, <iframe> does not fit vertically even when setting the attribute height like 100%. <div class="container"> <div class="panel panel-default">…
-
2
votes2
answers223
viewsProblem with overflow
I am making a site, whose menu is 'fullpage'. The problem is that if the menu (page) is less than 670px (min-height: 670px;) would like the menu (#menuWrapper) keep scroll so you can scroll and see…
-
2
votes1
answer127
viewsHow to change html data-start-height by Media Queries?
I have a website Based on a template I bought on themeforrest, the banner of the homepage of this site has its height adjusted by this attribute: data-start-height (which I had never used, I know…
-
2
votes1
answer194
viewsHow to inherit a value from a given attribute in CSS?
Hello, everybody. How do I inherit a value from a given attribute in CSS? Example: <div class="flex" id="1" style="line-height: 100px; height: 100px; background-color: red;">1</div>…
-
1
votes2
answers5089
viewsTag video, HTML5, 100% width and controlled height
I made the full screen video at home only now I need to use the video with the same width of 100% only with the minimum height of 400px, but the video only gets 400px high when I remove the 100%…
-
1
votes0
answers246
views$(window). height() returns value equal to $(Document). height()
I have a very annoying little problem. I’m trying to get the "scrollBottom" from the page, using: $(document).height() - ( $(this).scrollTop() + $(window).height() ) I then made a "tabelinha" to…
-
1
votes2
answers1021
views -
1
votes1
answer381
viewsheight: vh; does not work as it should in Chrome mobile
Chrome is not adapting content in the viewport In Firefox and Opera mini is adapting perfectly Chrome Firefox Opera mini Chrome can adapt like Firefox and Opera? .intro-noticias { width: 100%;…
-
1
votes0
answers242
viewsJquery: Catch 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 like this) with two arrows showing the dimension (height and width) that takes the measurements of the image and…
-
1
votes1
answer53
viewsHow to send the Data Time Picker date to the Mysql database
Speak guys I have a problem that is send my DTPentrar alias DataTimePicker, follows photo of the error and the code, if anyone can give a light thank you. Hugs private void btnSalvar_Click(object…
-
1
votes2
answers1866
viewsFlutter - How to change the size of a Textfield correctly?
I want to leave my Textfield with a specific height, but when the user type a larger text than the field happens that is illustrated in the gif below. There’s no point in reducing the font size.…
-
1
votes2
answers40
viewsBreaks in CSS measures
I’m really confused how the measurement percentages of CSS (in particular %) and property height html { border: solid 5px #000000; height: 600px; margin: 10px; } body { border: solid 5px #470eaf;…
-
0
votes1
answer1474
viewsHow to set 100% height between a navbar and a div (responsive)
I’m having trouble defining the height of an html content, with css and bootstrap. I am developing a web application in want to have a map that occupies almost the whole screen. The map will divide…
-
0
votes0
answers775
viewsChange image height by associating to navbar
I implemented a navbar with a logo at the top, inspired by this site: http://www.fentonandfenton.com.au/. It turns out that the customer’s logo has another ratio and has bigger height than the…
-
0
votes1
answer588
viewsHow to make a Line automatically increase the height of javascript css jquery
Good evening, people I’m with the following problem, in the layout I’m mounting has several lines in different places during the course of the page, the customer wants these lines to appear and grow…
-
0
votes0
answers35
viewsText overlay when changing height property
I cannot match the height of item "9". When I do this with the height property, the text is overwritten. table{ border-spacing: 10px; } td{ vertical-align: top; padding: 5px; white-space: nowrap; }…
-
0
votes0
answers136
viewsBody 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:…
-
0
votes1
answer85
viewsCSS does not apply 100%
Good evening, I’m using CSS to style a menu vertically, but when I try to apply 100% height it doesn’t match html code <div class="menu-principal"> <ul class="nav flex-column"> <li…
-
0
votes2
answers49
viewsHow to use desired CSS file property
the SELECT element is "taking" the height property of a file. css . But Inputs "use" this same property of another css file ( which is the ideal file). And with this the height of the SELECT is…
-
0
votes1
answer250
viewsHow to limit the size of an element with padding in CSS?
I want to create an HTML page with a <div> which has a fixed height of 450px to save text and other elements. To do this, I created a class with the following CSS properties. .minhaClasse{…
-
-1
votes2
answers48
viewsHow do you make a left DIV the same height as a large right DIV?
I have a page of type one-page with 3 columns. The central column has the content of the site. And the right and left columns need to repeat an image vertically throughout the page height. <body…
-
-2
votes1
answer180
viewsPut Scroll when it’s on fullscreen
I am creating a page and it enters fullscreen, but I have problem when enters fullscreen the rest of the content that is "below" is not shown, only appears until the limit of the monitor. I’m trying…
-
-2
votes1
answer43
views