Yeah, the z-index IE bug, have you heard of it? I was bitten by it a couple of days ago. In my case, I had a list of text fields in a form layed out from top to bottom. The problem is, I have these...
more
Today, I had a seemingly simple problem: position a floating label element inside of a text input field, inside a elastic layout. To achieve an effect like:Moreover, I wanted to implement this as a...
more
This problem has come up a couple of times for me in the past. I shruged it off the last time, but this time I decided to do some research. What I found - as to the best of my knowledge, is that you...
more
This really helped me outAnd the order of the lines is important, make sure it's: height:auto !important; height:640px;and no the other way around. And one more thing: Do not use...
more