0
votes
Minimizing use of explicit padding style attributes
Often the first and the last element in a container requires special treatment. It looks like this is the case in your example.
The first-child and last-child selectors aren't very reliabl …
6
votes
Simulators/emulators for mobile browser testing?
There is a good roundup of mobile browser emulators here.
Also, appea …
1
vote
Show box on textbox focus, wrapping the textbox
You don't need to give the textbox an absolute position. Just give it position: relative and set the zIndex so it comes on top of the gray box. If it has position: static (default) zIndex won't wor …
