Home » HTML » Html miscellaneous » Question
  1. Which of the following occurs after fixed positioned is added to the element?
    1. affix-top.bs.affix
    2. affixed-top.bs.affix
    3. affixed.bs.affix
    4. affix.bs.affix
    5. None of these
Correct Option: C

affixed.bs.affix occurs after fixed positioning is added to the element e.g. after .affix-top class is replaced with .affix class, affix-bs.affix occurs before fixed positioning is added to the element e.g. when .affix-top class is to be replaced with .affix class.



Your comments will be displayed only after manual approval.