1
vote
1answer
136 views
Rendering altitude data into a height map with kriging
Hi,
I'm looking for an easy way to render altitude data into a heightmap.
It could be a little easier to be archived with other techniques than kriging, like triangulation, but in …
1
vote
2answers
43 views
What does the WPF star do (Width=”100*”)
What does exactly the star in size terms in WPF mean?
0
votes
2answers
39 views
adjust iframe height based on the content
I am using the following script to adjust the iframe height automatically.
function autoIframe(frameId) {
try {
frame = document.getElementById(frameId);
innerDoc = (fra …
1
vote
1answer
33 views
CSS Relative positioning overflow (squashed div problem) divs height expand with content?
Hi
I'm trying to edit some css to include a border to the right and the left of my site. My problem is that when I make my height 100% or auto nothing happens, but when I change …
0
votes
3answers
46 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?
0
votes
3answers
36 views
css columns shrinking 100% pixel value
Hi,
I have a page which is divided up into 3 divs, left center and right. I don't want to display anything in the left and right, they just frame the page.
#leftDiv
{
…
0
votes
2answers
35 views
WPF TextBox Height Equals Parent Height minus 50 pixels?
I'm successfully getting a TextBox to resize with a parent Border height but I need the TextBox to actually be 50 pixels smaller in height than the parent Border.
Any ideas how to …
0
votes
2answers
49 views
JQuery Slide Event and Div Height not changing as expected
I am working with JQuery and I'm trying to change the html of a div box when the child div slides in and out. My problem is that the code below isn't changing the html value of #me …
0
votes
5answers
44 views
Fixing cell height and define a flexible one in a Table
Hi guys!
I have this problem on my website's layout, and it's basically preventing me from continue it, it's destroying everything.
here goes the HTLM code:
<table cellpad …
4
votes
9answers
2k 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 a …
0
votes
3answers
33 views
Using the jQuery width() and height() methods
Can you use the .width() and .height() methods to increase the height like $('x').width('+=2px') or $('x').height('+=2px')?
I couldn't find any information about this on the jQuer …
0
votes
1answer
78 views
CSS: getting an unwanted 1px extra height per DIV table element in Safari
I have an issue with a table containing three cells in one row. Two of these (left and right) have fixed width/height and should display an image (or shrink to 0 when no image is p …
0
votes
1answer
684 views
JQuery: IE Styling Error/Bug on Select attr() change
Hi Guys,
Ive got a problem with IE which is fine in FF, Chrome etc...
I have for example a 2 column layout of which for debugging ive emptied the left hand side one. The right ha …
0
votes
5answers
102 views
make div’s height expand with its content
Hi all,
I have these nested Divs and I need the main container to expand (in height) to accomodate the DIVs inside
<!-- head -->
...
<!-- /head -->
& …
2
votes
1answer
26 views
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 …
