User-inputted dynamic div height in chrome?

Frickin impressive. Nice job. Doesn't work in IE, but in FF and chrome it's amazingly smooth.

– Amalgovinus Mar 3 at 0:14 So..... any idea why this does nothing (no errors though) in IE when we replace addEventListener with attachEvent and get rid of the bubbling booleans? – Amalgovinus Mar 10 at 1:27 I'm just giving a little hand, if you want to understand JavaScript you need to strive. Code rewritten.

– Caio Mar 13 at 16:39 Thank you so much. – Amalgovinus Mar 22 at 23:25.

Resizing a DIV "up" is not as easy as resizing it "down". The reason is that when you specify a HEIGHT, the DIV will expand "down" as its normal flow. The top left corner of the DIV will remain static.

Allowing the DIV to be resized "UP" will give you a lot of issues. In order to do this, you will need to set the HEIGHT, then the POSITION of the DIV to currentHeight - previousHeight. You will notice it will jitter a lot when doing this.

Also, anything above your DIV will need to be displayed accordingly.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions