Questions tagged [height]

The property which determines the size of an object on the Y-axis. Please don't use this tag, it has no taxonomic value in your post.

The property which determines the size of an object on the Y-axis. Most likely, it has no taxonomic value in your post, and you should not be using it. Consider e.g. , or .

6209 questions
2
votes
2 answers

Setting multiple divs by height percent to fill parent div

I have a parent div with a max height/width set. I was wondering if it's possible to set the two child divs to automatically adjust their height based on a percentage using just CSS? HTML:
Joshua
  • 1,260
  • 3
  • 17
  • 33
2
votes
1 answer

breaks 100% height

so I'm trying a simple experiment to get a fixed width column, and a fluid width one next to it. It works fine with this code: http://jsfiddle.net/qdWrH/ But when I add to it, suddendly it breaks. It's like the 100% height isnt…
2
votes
1 answer

Height and Width of path data

I am new to WPF and have a Path data like: M44.3364,36.7461C42.2004,42.9021,36.3504,47.3241,29.4644,47.3241C20.7724,47.3241,13.7244,40.2761,13.7244,31.5851 Now I want to get height and width of this path data, how to do it?
Shanmukh
  • 35
  • 1
  • 4
2
votes
2 answers

Calculate Height from NSAttributedString with NSParagraphStyle

I want to calculate the height of a NSAttributedString with the NSParagraphStyle attribute. I thought it will be easy to create a UILabel with higher spacing between the lines but i can't calculate the right height for my UITableViewCell. I tried to…
mariusLAN
  • 1,195
  • 1
  • 12
  • 26
2
votes
2 answers

Resizable DIV inside DIV 100% height with margin around not working well! Some help please?

This is a common question but slightly different from the solutions I found and I've been trying to solve it without success, so if someone could give me a help on this I would appreciate. I have a #wrapper div that stretches to 100% width and…
El Eme
  • 51
  • 3
  • 12
2
votes
2 answers

make canvas height auto

I have the canvas It work fine on chrome and firefox. However, ie can work only with width:100% but not change the…
user1128331
  • 707
  • 4
  • 10
  • 20
2
votes
3 answers

Div height 100% causing overflow issues

I recently decided to ditch tables and go with a div solution on this new project, however I'm having a really weird issue when setting a div within another div to 100% without it causing overflow equal to the height of the div's above it. It's…
bfritz
  • 2,416
  • 2
  • 20
  • 29
2
votes
5 answers

how to make the min-height of body equal to screen.height

My Website here I have a page About Us due to lack of content we can not cover the complete height of the screen. And my footer starts floating in the air.. I tried doing it using min-height in a fieldset but unfortunately it works on my browser…
Bhavik
  • 4,836
  • 3
  • 30
  • 45
2
votes
4 answers

When android calculate width and height of views

I create my hierarchy of views by code, and then I do setContentView()in the Activity with my root view like argument. I need know width and height of one view in runtime but if i do getWidth() or getHeight(), i get 0. If i wait a few seconds i get…
Bae
  • 892
  • 3
  • 12
  • 26
2
votes
1 answer

How can you get the height of an swf to expand with the content?

I am creating a site in flash that is reading in entries from a database. I want the swf to expand downward on the html page so the user can use the browser scroll bars to see all the content. I don't want to paginate everything into a 800 px high…
phil
  • 201
  • 1
  • 3
  • 15
2
votes
1 answer

Android: Get height/width from byte array or file

I have an image that is stored as a byte array (can also be accessed from Android directory as a .jpg) and I'm trying to get the width and height of the image. I've tried to use javax.imageio however Dalvik doesn't support this lib, so I've opted to…
LKB
  • 1,020
  • 5
  • 22
  • 46
2
votes
1 answer

Pure CSS Accordion: Detects "hover" from far below slide

So I've finally managed to get this CSS Accordion mostly working how I want it to. However there's still one strange niggling problem I just can't seem to pin down. Here's a JS Fiddle with the Accordion: http://jsfiddle.net/RahpC/ Now if you…
Jon
  • 103
  • 1
  • 12
2
votes
1 answer

Android: get height from pressure sensor

I tried to get the value of air pressure from my pressure sensor and get the value of height from this. This is how I tried: @Override public void onSensorChanged(SensorEvent event) { // when pressure value is…
user896692
  • 2,351
  • 7
  • 36
  • 57
2
votes
2 answers

heightForRowAtIndexPath being called too early

I'm currently getting Twitter feed via Json and heightForRowAtIndexPath is being called before I can get the length of the tweet. So fullTweet.length is always zero when heightForRowAtIndexPath loads. I'm trying to resize the cells like this…
IamGretar
  • 173
  • 2
  • 13
2
votes
4 answers

Extend div to bottom of page

I know this is a question that is asked a lot, but I couldn't find any solution at all to what should be a simple thing. Here's my code: test
DanielFox
  • 675
  • 2
  • 9
  • 18
1 2 3
99
100