The property which determines the size of an object on the Y-axis.
0
votes
0answers
3 views
Android GridView - Cell Height
I have been stuck on this for days now and have looked everywhere. I have a gridview and have set the Adapter to an R.drawable TextView. Everything works fine however on larger devices if the grid for ...
0
votes
4answers
34 views
CSS height 100% when inner childs have float
I have a basic structure
<div class="container">
<div class="sidebar">
</div>
<div class="content">
</div>
<div ...
0
votes
1answer
36 views
Get the the max depth of a tree in Lua
I've seen this in other languages but my Lua implementation is tripping me up. I have a tree structure and I'm trying to write a recursive function to find the max depth of a tree. A node is a table ...
0
votes
2answers
8 views
inline-block DIVs fill table cell in Chrome, but not other browsers?
So I have a small issue. After figuring out how to get some DIVs nested inside of a table cell to all fit at 100%, depending on the height of the table row, I noticed it doesn't work in Firefox or IE. ...
0
votes
2answers
43 views
CSS: hide element but keep width (and not height)
display:none will completely hide an element as if it now had a width and height of zero
visibility:hidden on the other hand will hide an element but reserve a rectangle of the element's original ...
1
vote
0answers
45 views
Calculating height on heightmap
Like in topic. I have heightmap generated and I want to calculate exact height on single heightmap square. Each square have 4 heights, one for each corner.
For example:
0---4 4---4
----- -----
...
1
vote
3answers
16 views
How can I get rid of space which of no use when content is less than height of div, while using overflow:auto
HTML CODE
<p>overflow:auto</p>
<div class="auto">This adds the scroll bar based on you content.Here only vertical scroll bar needed so that is added n visible</div>
CSS ...
0
votes
1answer
26 views
Getting the height of a relative div container
I have a DIV that contains lots of child DIV elements. The container DIV has the position attribute set to relative, and all the child elements have their position attributes set to absolute. Each of ...
0
votes
1answer
33 views
How can I make my content 100% height?
Just a simple structure. Trying to make my content wrapper have a left and right borders and stretch 100% height. Seems simple but not working. Am I missing something?
<?php get_header(); ?>
...
2
votes
2answers
29 views
What's the maximum pixel value of CSS width and height properties?
What are the largest valid px values that CSS width and height properties accept?
(I'm currently building a webapp that creates a very large zoomable container element and I want to know what are ...
2
votes
2answers
59 views
Getting around the CSS height issues
Ok, so, anyone who has worked with css and html for long enough has probably dealt with the ridiculous issues of "height:100%". I've read some stuff on dealing with it, but it hasn't helped much. ...
0
votes
1answer
22 views
JQUERY - Container match biggest height
I'm having some problems getting my container div to match the height of its children.
Basically what i'm trying to achieve is to get the container height to increase when the children inside are ...
0
votes
2answers
58 views
jQuery height seems wrong
I have to resize images based on their mode (portrait or landscape) on the client.
However, the height jQuery gives me seems wrong.
The images are inside a wrapping DIV which has a max-height and ...
4
votes
4answers
131 views
+50
How to get a div to stretch right down to a fixed footer
I wish the two sections of my design (see attached image) to extend the whole height of the page. I have tried to create a Fiddle but it just won't work in there, so I've put up a link here to demo ...
0
votes
0answers
15 views
show different iframes based on page selected from dropdown
I have asked this quesiton before but no answer from anyone.
I am caluclating the height of iframe dynamically based on content but having issues when loading a page that is having instead of tag in ...
3
votes
2answers
82 views
Issue with Responsive Columns having equal height
Here is my debate, the problem is solved, but I cant figure out why the method used on css-tricks.com didnt work. The only reason I can assume it didnt work was because my columns are responsive.
...
1
vote
0answers
39 views
Jquery Mobile scrolling content height issue
back to coding after a while I am coding a mobile site for my employer using html5 and jquery mobile
Content uses a menu containing two headings:
1-Services (contains several li elements)
2-Products ...
0
votes
2answers
36 views
How to get height=100% on <object> Embed
I'm trying to insert the following code but it is not working.
I am not able to get 100% height with this. Can anyone help me?
Thanks!
<body style="overflow:hidden;">
<TABLE align=left ...
1
vote
0answers
28 views
How to change height of fregment & View in Android
I working on app that uses Google Maps API v2, in first place user can access a layout with the maps on full screen and with a small frame (let's call it BtmFrame) with text saying how much Clubs are ...
0
votes
0answers
30 views
Screen Size is changing and how to do pixels
http://n1305.hizliresim.com/19/j/n3kuh.png
First picture not show i want because device screen is small
http://m1305.hizliresim.com/19/j/n3kv8.png
This one is from Galaxy s3 i want to do like that ...
0
votes
2answers
36 views
Responsive menu, <a> height 100%
I'm working on a responsive navigation. Its width is 100% of the browser window. its height is calculated so that the 6 anchors in it are squares. I managed to set the div's height with the ...
0
votes
1answer
47 views
Table auto-scroll with min height
I'm using Twitter Bootstrap and I have a pretty annoying problem.
I have a table (call F) with a row and two cells, in the first cell I have another table (called T) and in the second cell some ...
-1
votes
1answer
22 views
isotope default height size cuts content
i have a page with a isotope container built into it http://www.nationalpaymentcard.com/products
Now on somebrowsers ive noticed it works fine but sometimes i get this issue
Here is my js code for ...
1
vote
6answers
74 views
How CSS float works? Why height of the container element doesn't increase if it contains floated elements
I would like to ask on how height and float works. I have this outside Div and an inner Div that has content in it. It's height my vary depends on the content of the Inner Div but It seems that my ...
0
votes
2answers
21 views
android decrease the height of a picture from bottom and from top, in code
How do I decrease the height of a picture from bottom and from top, in code? I have two pictures of a tank, a transparent one and a green one that are supposed to be on top of eachother and showing ...
0
votes
1answer
28 views
CSS 100% not working for slide menu
Basically it's slide bar that comes from the left side however 100% doesn't work fully it goes to the browser size height and if the content or page is longer it doesn't go any further been trying to ...
0
votes
1answer
19 views
Why is my header double the height in IE
Hi guys I'm very new to webdesign and the more I learn the more I realize that IE is a bit of a jerk when it comes to how it renders. In firefox and chrome everything works right but in IE my header ...
0
votes
0answers
10 views
Height in wrapper div not adjusting after child element
I have a wrapper div with no height assigned and two nested divs inside it. The problem I'm encountering is that this wrapper div doesn't seem to be taking any height value from the elements in the ...
0
votes
0answers
49 views
JavaScript: expand div to max height without getting scroll bars
I am working on a document with the structure like this:
<html>
<head>
<script src="http:http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript" ...
1
vote
0answers
59 views
UIWebview resize height to fit content
I know this has been asked many times but I can not get it to work. In short my UIWebview pulls in some HTML which has a none fixed height (width always the same), I just want the height to change ...
0
votes
2answers
44 views
how to find real DIV height?
I have the following html structure:
<div id="container">
<h1>This is an h1 element</h1>
</div>
When I try to find the height of the container in firefox or chrome div ...
1
vote
1answer
44 views
CSS Transition Accordion Radio Doesn't work using height: auto or max-height (Edited)
Using radio buttons to trigger hidden/shown accordion menu. Works in jsfiddle... Does not work in any other browser I've tried. I'm assuming its something small I've miss typed or am missing or I'm ...
0
votes
1answer
27 views
Updating listview height to fill new form content (c#)
I have a form with a border which contains a listview, within my c# code the height of the border is changed depending on a value. Right now the border height changes with no problem but how can I ...
1
vote
4answers
43 views
How to make all buttons to be of the same height (and keep their weigths)?
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
...
0
votes
2answers
59 views
How do I make a div 100% of the viewport without using fixed positioning?
How am I able to make the side bar 100% of the entire page rather than 100% of the screen if another div is larger than the screen?
I'd like to avoid using a fixed positioning on the side bar as I ...
1
vote
2answers
24 views
div height overstretching when image is appended
I'm having a problem with nested divs and their height.
What i want to accomplish is that the an image's parent's height stretch to fit the image. What is happening is that the parent is ...
-4
votes
0answers
26 views
Make content 50% in html ONLY (NO CSS, NO JS if possible)
Is it possible and how ?
To make html content 50% smaller
This is what I have:
{SOME HTML} is block of code that looks like this:
{
[image] ; [image] ; [image] ; [image]
[text] ; [img] ; [text] ; ...
0
votes
0answers
7 views
content div extends height when child divs use float
I'm trying to put two divs inside of a container, assigning one float: left and the other one float: right, while giving the container an overflow: hidden value, works, but there's a problem.
For ...
0
votes
1answer
30 views
jQuery scroll to element even if window height is small
I have a page with a logo on top and a form under. There are "Login" and "Join" buttons that when are clicked they expand the respective form. I want when these buttons are clicked to also scroll to ...
0
votes
1answer
89 views
Set page tab content height
How can I set the hight for my page tab content that is from a google site? It works fine, I just want the vertical scroll bars not to be longer than the actual facebook page size.
The code I'm using ...
1
vote
1answer
89 views
How to set the height of a wrapping div to prevent jumps in the content after a responsive slider/ticker?
I have made a super simple ticker/slider thingie with a few lines of code only, and it is somewhat responsive.
See the code at jsBin and the Demo (Resize your screen and watch the ticker resize ...
0
votes
0answers
24 views
Increase dynamically set height of page with slidetoggle
On my site there's a div#page which has it's height set by javascript in order for the footer text to always be on the bottom of the page. This works perfectly on all pages, except for one page which ...
2
votes
2answers
52 views
Make DIVs match browser height
I have 3 < div > elements stacked on top of each other on screen.
<div id="header"></div>
<div id="content" style="height:900px;width:1400px; "></div>
<div ...
0
votes
1answer
34 views
fix width and height of p:tabView primefaces
I have this p:tabView
<p:tabView id="monpanel" >
<p:tab id="tab1" title="Informations">
<ui:include src="includes/Informations.xhtml" />
...
1
vote
3answers
61 views
css height does not grow up
I have a web page that is divided into header, page and footer.
The problem is that I made the page height :auto;.
But it does not work and I need the page to automatically grow up.
This is what I ...
1
vote
0answers
32 views
OpenGl glut textures doesnt draw
I am developing a project using GLUT, and when i want to use GlTexture, to add a texture, it only works if the height and width are base 2(2^n, ex: 128-64,256-256...). Someone here experienced the ...
1
vote
3answers
46 views
Setting a LI to 100% height in a responsive framework
I divided my demo page into 10 list items that each use 10% width and 400px height. However I want each list item to be displayed with a 100% height that cover the entire screen. I'm trying to set the ...
0
votes
1answer
14 views
One static height div and 2 flexible height divs inside container
I'm creating a small chat for my site.
<div id="container">
<div id="user"></div>
<div id="chat"></div>
<div id="chatform"></div>
</div>
...
0
votes
0answers
11 views
Setting responsive height of div to be a minimum of 100% of users browsers window area
I recently put together
www.changos.co.uk
It at first seemed to be spot on. But I've had feedback from a few users with a 27 inch mac and there is annoyingly a bit of whitespace that shows under the ...
0
votes
1answer
19 views
Div height = 100% while scrolling
I've been looking around and all the answers for 100% div height basically says you have to specify it in html,body, etc., and this works great until you have to scroll down to see more content on the ...






