Tagged Questions
The property which determines the size of an object in Y-axis
37
votes
6answers
42k views
CSS How to set div height 100% minus nPx
I have a wrapper div which contans 2 divs next to each other. Above this container I have a div that contains my header. The wrapper div must be 100% minus the height of the header. The header is ...
27
votes
8answers
50k views
Div 100% height works on Firefox but not in IE. What to do?
I have a container div that holds two internal divs; both should take 100% width and 100% height within the container.
I set both internal divs to 100% height. That works fine in Firefox, however in ...
22
votes
3answers
19k views
CSS Div stretch 100% page height
I have a navigation bar on the left hand side of my page, and I want it to stretch to 100% of the page height. Not just the height of the viewport, but including the areas hidden until you scroll. I ...
18
votes
6answers
25k views
Div width 100% minus fixed amount of pixels
How can I achieve the following structure without using tables or JavaScript? The white borders represent edges of divs and aren't relevant to the question.
The size of the area in the middle is ...
16
votes
5answers
6k views
android get height width of ImageView
╔══════════════════════════════════════════════╗ ^
║ ImageView ╔══════════════╗ ║ |
║ ║ ║ ║ |
║ ║ Actual image ║ ...
16
votes
8answers
33k views
How to Force Child Div to 100% of Parent's Div Without Specifying Parent's Height?
I would assume this is possible, but i just cant figure it out..
i have a site thats basic structure is set up as follows.
<div id="header"></div>
<div id="main">
<div ...
15
votes
2answers
4k views
Canvas is stretch when using CSS but normal with old “width” and “height” properties
I have 2 canvas, one use old html "width" and "height" to size it, the other use CSS
<canvas id="compteur1" width="300" height="300" onmousedown="compteurClick(this.id);"></canvas>
...
14
votes
10answers
35k views
How might I force a floating DIV to match the height of another floating DIV?
My HTML code is just dividing the pages into two columns, 65%,35% respectively.
<div style="float : left; width :65%; height:auto;background-color:#FDD017;">
<div id="response">
...
14
votes
10answers
30k views
Creating a textarea with auto-resize
There was another thread about this, which I've tried. But there is one problem: the textarea doesn't shrink if you delete the content. I can't find any way to shrink it to the correct size - the ...
12
votes
7answers
27k views
make div's height expand with its content
I have these nested Divs and I need the main container to expand (in height) to accomodate the DIVs inside
<!-- head -->
...
<!-- /head -->
<body class="main">
...
11
votes
5answers
8k views
CSS: Setting width/height as Percentage minus pixels
I've seen this question asked in a couple other contexts on SO, but I thought it would be worth asking again for my particular case. I'm trying to create some re-usable CSS classes for more ...
10
votes
7answers
4k views
What is the height of iPad's onscreen keyboard?
I'm looking for two numbers here: the height in portrait and the height in landscape. Don't answer in cm or inches, but rather in pixels.
Thanks!
10
votes
7answers
905 views
100% height for multiple divs
I usually have my structure laid out something like this:
<div id="all">
<div id="page">
<div id="header"></div>
<div id="content"></div>
<div ...
8
votes
7answers
456 views
How to make a div height to fill available space
I have a 3 column layout with some details below the columns.
You will notice that one of the column's height is greater than the others'. I'd like the other two divs to automatically fill the ...
8
votes
4answers
4k views
height of page in javascript
I'm unable to get the height of a page in javascript when the page is larger than the screen.
I thought this would get me the right height:
$(document).height();
but that only gets the height of ...
7
votes
1answer
4k views
How to make a floated div 100% height of its parent?
Here is the HTML:
<div id="outer">
<div id="inner"></div>
Test
</div>
And here is the CSS:
#inner {
float: left;
height: 100%;
}
Upon inspection with the ...
7
votes
5answers
11k views
Make div 100% height of browser window
I have a layout with two columns.
Left div and a right div
Right div has a grey background color, and I need it to expand vertically depending on the height of the user's browser window. Right now ...
7
votes
2answers
9k views
jQuery web page height
Let's say that a web page is twice the height of the browser window (thus there's a scroll bar). How do I retrieve the height of the web page in jQuery?
6
votes
2answers
62 views
Setting height of a DIV to correspond with location of anchor inside said DIV
Core issue : http://jsfiddle.net/pipip/P46Xg/
I have a div container with a few paragraphs of text,
and inside one of these paragraphs is the following anchor <a name="stop" />
The container is ...
6
votes
2answers
333 views
Get the Height of the WPF Expander Header
I need to get the Height of the WPF Expander.Header, not the whole Expander just the Height of the Header.
There is no property to get it because the Expander.Header + Expander.Content is the ...
6
votes
3answers
10k views
android listview item height
Why when i use SimpleCursorAdapter for ListView i have items height in ListView like this -
(My code based on this)
But when using arrays Listview items have big height
(I learn listview based on ...
6
votes
6answers
200 views
What's the difference between img width&height property and CSS width&height?
The HTML tag img can have width and height property, while it can also have CSS style width and height.
<img src="xxx.img" width="16" height="16"
style="width: 16px; height: ...
6
votes
7answers
869 views
How can I determine img width/height of dynamically loaded images in IE?
My markup is a simple div element with id 'load'. Using jQuery I then load a list of image elements into this div:
$('#load').load('images.html', { }, function() {
$(this).onImagesLoad({
...
6
votes
3answers
1k views
IE6 “frame” layout with 100% height and scrollbars
I want to achieve a simple "frame" layout with fixed header, fixed left navigation area, and a main content area that fills 100% of the remainder of the viewport with scrollbars if necessary. My best ...
6
votes
5answers
7k views
Flex - How to change open DropDownList height
Using FB4, I want to change the height of an open spark DropDownList. By default, it shows up to 6 items before scrolling. My dropdownlist contains 7 items, so I want to change the height of the open ...
6
votes
4answers
3k views
Firefox/Safari setting height as [specified height - padding - border] for input[type=button]
When I use the following CSS:
input[type=button] {
background-color: white;
border: 1px solid black;
font-size: 15px;
height: 20px;
padding: 7px;
}
with this HTML:
<input ...
6
votes
7answers
12k views
CSS / JavaScript - How do you get the rendered height of an element?
How do you get the rendered height of an element?
Lets say you have a <div> element with some content inside. This content inside is going to stretch the height of the <div>. How do you ...
6
votes
9answers
20k views
Setting the height of a DIV dynamically
In a web application I'm working on, I have a page that contains a DIV that has an auto-width depending on the width of the browser window.
However, I need to be able to have an auto-height for the ...
6
votes
10answers
55k views
Setting a div's height in HTML with CSS
I am a CSS newbie trying to layout a table-like page with two columns. I want the rightmost column to dock to the right of the page, and this column should have a distinct background color. The ...
5
votes
2answers
194 views
issue with iframe height
I know this topic has been asked about and answered multiple times but please believe that I have spend many hours searching for help and answers that work and/or I can actually understand.
It's the ...
5
votes
1answer
96 views
Finding a QWidget's height before inserting
I have a widget to insert that looks like this
+--------------------+
| +-------++-------+ |
| | || | |
| | || | |
| | || Label | |
| | Label || Label | |
| | || ...
5
votes
2answers
1k views
When Can I First Measure a View?
So I have a bit of confusion with trying to set the background drawable of a view as it is displayed. The code relies upon knowing the height of the view, so I can't call it from onCreate() or ...
5
votes
8answers
3k views
Finding number of lines in an html textarea
I'm writing a mobile web application where scrollbars are not displayed on the device's browser. Due to this, I'm trying to dynamically modify the height of the textarea to make it bigger, however I ...
5
votes
3answers
5k views
facebook like box stream height
How to control the facebook like box stream part height alone. Its normal to reduce height of whole box but if tries to control it fans images are not shown.
The css .fan_box .page_stream{ ...
5
votes
1answer
576 views
Adjusting div width and height after rotated
If I have these rules:
width:50px;
height:100px;
-moz-transform: rotate(0deg)
and then an event changes the transform to:
-moz-transform: rotate(90deg)
logically, shouldn't that automatically ...
5
votes
4answers
3k views
can't get true height/width of object in chrome
I have a question, if i set a image height in css and try to get height/width i get different results in different browsers. Is there a way to get the same dimension in all browsers?
You can find a ...
5
votes
6answers
4k views
image height using jquery in chrome problem
$('img').height() returns 0 in chrome, but it returns the actual height in IE and firefox.
Whats the actual method to get the height of the image in chrome?
5
votes
1answer
7k views
UITableView section header height for non-grouped table
Greetings! I know that UITableView sectionHeaderHeight is only used for grouped tables, but I'll ask anyway (in case there's some way to do this that isn't obvious) ...
Is there a way to change the ...
5
votes
2answers
3k views
CSS 100% height + header with static height;
I am building a layout which includes a header, which is 40 px in height. Underneath this header a SWF resides that should take up the rest of the available space.
The best solution untill now has ...
4
votes
5answers
53 views
Animate container height, add … to last word in paragraph
I have a div.infotext with one paragraph inside. I animate the height of that div to a 120px. So there is more text below, which is not shown, as the height cuts it off.
The whole text appears when i ...
4
votes
5answers
153 views
CSS min-height 100% with multiple divs
Okay. I'm trying to get a page to display 100% of the height of the viewport, but the catch is the page has multiple divs that aren't always nested. I've been browsing multiple questions and other ...
4
votes
2answers
216 views
What is the trick with 0dip layout_height or layouth_width?
I mean why anybody want they view to be 0dip height ?
I have seen this many times, there must be some kind of trick, but I do not get it.
<TextView android:gravity="top" ...
4
votes
2answers
88 views
Anchor tags - equal height, still clickable with CSS?
I have a little code on jsfiddle:
http://jsfiddle.net/tYrCe/1/
Edit it if you like!
I have 3 buttons with anchor tags. I would like them to be equal in height.
Requirements
Equal in height
...
4
votes
3answers
290 views
CSS 100% height layout
I know this is a sort of a common problem, and I looked up some solutions, but couldn't find exactly what I was looking for.
I would like to convert this to a tableless layout: ...
4
votes
3answers
424 views
how can i force all rows in a table to have the same height
i am trying to build a html table but i want to force all rows to have the same height (no matter how much content is in the cells). if a cell overruns the space, i want it to just cut off the text ...
4
votes
1answer
123 views
jQuery traverse inside p
So I'm having a problem with some jQuery.
Basically, I need to create a function that will split a paragraph, when it becomes too large for a container. Half of it will remain in the current ...
4
votes
1answer
389 views
Help with Jquery/Masonry, minor tweak
For the life of me, I can;t figure out what the heck is going on. My lack of Jquery knowledge might have something to do with it...
Take a look at this: http://jsfiddle.net/ryanjay/fgNMJ/
When ...
4
votes
2answers
4k views
Android set height and width of Custom view programetically
I have created a custom view named Graphview . Here is the structure for the GraphView class.
public class GraphView extends View {
public GraphView(Context context, float[] values, String ...
4
votes
3answers
2k views
CSS: Make one central div's height expand to fill what's left in a FIXED-HEIGHT container
Sorry guys, it's another CSS height "100%" (sortof) question...
I have a layout like this:
---------------.
|Containing div | Containing div's height is FIXED
| .-----------. | (say 400px ...
4
votes
3answers
189 views
C++: tall class hierarchies
What are the run time disadvantages of having a tall class hierarchy?
Let's call H the height of the hierarchy (ie: how many classes are traversed to go from the base class to a leaf).
dynamic_cast ...