Changes between Initial Version and Version 1 of Ticket #26609, comment 10
- Timestamp:
- 12/17/2013 07:18:09 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26609, comment 10
initial v1 1 1 I think Lee's suggestion is probably the most practical. Definitely more practical than mine. 2 2 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 (a s 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.