TEST BANK 351
250:(p.139) If we say left: 5px; which direction will things move? (left or
right)
251:(p.139) If we say left: -5px; which direction will things move? (left or
right)
252:(p.140) If we say right: 5px; which direction will things move? (left or
right)
253:(p.140) If we say right: -5px; which direction will things move? (left or
right)
254:(p.140) If we say top: 5px; which direction will things move? (up or
down)
255:(p.140) If we say top: -5px; which direction will things move? (up or
down)
256:(p.140) If we say bottom: 5px; which direction will things move? (up
or down)
257:(p.140) If we say bottom: -5px; which direction will things move? (up
or down)
258:(p.140) List the two CSS positions that retain the element in the flow.
259:(p.140) Which CSS position is the default?
260:(p.141) List the two CSS positions that remove an element from the
flow.
261:(p.141) Which CSS position depends on its closest positioned ancestor?
262:(p.142) Which CSS position depends on the viewport?
263:(p.143) What attribute specifies stacking order for overlap?
Unit I, Chapter 14: JavaScript and AJAX
264:(p.150) What does DOM stand for?