Changes between Initial Version and Version 1 of Ticket #22839, comment 16
- Timestamp:
- 12/09/2012 08:41:04 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22839, comment 16
initial v1 1 1 Replying to [comment:15 helenyhou]: 2 2 3 +1, `position: absolute` will have side effects in many other places, in plugins, and in the future when adding spinners. 3 +1, `position: absolute` will have side effects in many other places, in plugins, and in the future when adding spinners. Seems better to standardize on using `visibility: visible/hidden` as that won't mess with positioning, blocks, floats, etc.