Merge pull request #138 from NkS90/master

CSS - z-index related questions are combined
This commit is contained in:
Darcy Clarke 2014-04-09 19:10:12 -04:00
commit de2d3f55b1
1 changed files with 1 additions and 2 deletions

View File

@ -86,8 +86,7 @@ The majority of the questions were plucked from an [oksoclap](http://oksoclap.co
* Describe what a "reset" CSS file does and how it's useful.
* Describe Floats and how they work.
* Describe z-index and how they work.
* Explain how stacking context is formed.
* Describe z-index and how stacking context is formed.
* What are the various clearing techniques and which is appropriate for what context?
* Explain CSS sprites, and how you would implement them on a page or site.
* What are your favourite image replacement techniques and which do you use when?