Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #26609, comment 10


Ignore:
Timestamp:
12/17/2013 07:18:09 PM (11 years ago)
Author:
Veraxus
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26609, comment 10

    initial v1  
    11I think Lee's suggestion is probably the most practical. Definitely more practical than mine.
    22
    3 @Funkatronic: Yes, `position:static` is the default state, but putting `position:relative` on the body forces descendants to obey it's boundaries, which can provide numerous "mechanical" benefits (as well as avoiding some hard-to-solve problems)... which is why it's so common.
     3@Funkatronic: Yes, `position:static` is the default state, but putting `position:relative` on the body forces descendants to obey it's boundaries, which can provide numerous "mechanical" benefits (and avoid some hard-to-solve problems with certain layouts)... which is why it's so common.