Magento
M70-301 · Question #55
A parent HTML element has the style position:relative". You need to position a child element within the parent so that the child's position originates from the parent element's box. Which style on…
The correct answer is A. position:absolute. See the full explanation below for the reasoning.
Question
A parent HTML element has the style position:relative". You need to position a child element within the parent so that the child's position originates from the parent element's box. Which style on the child will accomplish that?
Options
- Aposition:absolute
- Bposition:fixed
- Cposition:relative
- Dposition:static
How the community answered
(41 responses)- A80% (33)
- B7% (3)
- C10% (4)
- D2% (1)
Community Discussion
No community discussion yet for this question.