Re: [css-d] IE11 seems to handle word wrap differently than other browsers on textarea

2015-09-04 Thread Lixo Aqui
I found another weird behavior on this textarea on IE11...If I change the text inside the textarea by replacing ":event_startdate" to "|event_startdate" the 2nd line on the textarea gets a little bit more filled with the "to :event_name" string which seems a bit more normal... Example:

[css-d] IE11 seems to handle word wrap differently than other browsers on textarea

2015-09-04 Thread Lixo Aqui
Check this example:http://fiddle.jshell.net/fy2aoz28/1/ On IE11 it looks like this: http://i.stack.imgur.com/ITPVH.pngOn chrome (and firefox) it looks like this: http://i.stack.imgur.com/KqsSg.png As you can see the behavior on IE11 is a bit weird as for example the 2nd line on the textarea

[css-d] Why is height 100% div pushed by sibling

2014-07-01 Thread Lixo Aqui
Hi all, Take a look at my example: http://jsfiddle.net/nn2N7/ In summary I have 2 siblings, one with 100px height and another with 100%. I was expecting the 100% div to only fill the available space after subtracting the 100px. Instead it assumes 100% height of parent block level element

Re: [css-d] Why is height 100% div pushed by sibling

2014-07-01 Thread Lixo Aqui
by sibling Le 1 juil. 2014 à 20:57, Lixo Aqui lixoa...@netcabo.pt a écrit : Take a look at my example: http://jsfiddle.net/nn2N7/ In summary I have 2 siblings, one with 100px height and another with 100%. I was expecting the 100% div to only fill the available space after subtracting